Skip to content

Vector Internal Metrics #22894

Answered by pront
satellite-no asked this question in Q&A
Apr 16, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The answer is similar to this question: #22848 (comment)

component_received_bytes_total

  • Only sources emit component_sent_bytes_total. This represents the number of bytes (not compressed) received by the component. It is not the raw network bytes.

component_received_event_bytes_total

This represents the estimated JSON size, in bytes, of the events received by the component.

For sources, the value is (assuming the component is properly adhering to the spec) reported after the bytes received have been decoded into a vector Event structure, before enriching the event (for example with Vector metadata).

For transforms, the values are reported by the Vector topology when the input stream rece…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@satellite-no
Comment options

@pront
Comment options

Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants