Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "stream" metric label in Streams Mode #161

Open
m-arre opened this issue Jan 15, 2025 · 0 comments
Open

Missing "stream" metric label in Streams Mode #161

m-arre opened this issue Jan 15, 2025 · 0 comments
Labels
needs investigation It looks as though have all the information needed but investigation is required observability A bug relating to observability components (metrics, logging, tracing, etc)

Comments

@m-arre
Copy link

m-arre commented Jan 15, 2025

In Streams Mode, the stream label is missing from processor_resources. Without this label, differentiating metrics across multiple streams becomes impossible.
It would be greatly appreciated to have entries for the pipeline processors of type resource, which currently do not emit any metrics. This would certainly serve as a workaround.

processor_received{instance="worker-2", path="root.pipeline.processors.0", stream="abc"} 21
processor_received{instance="worker-2", path="root.pipeline.processors.15", stream="abc"} 0
processor_received{instance="worker-2", path="root.pipeline.processors.16", stream="abc"} 0
...
processor_received{instance="worker-2", path="root.processor_resources.branch.processors.0"} 21
processor_received{instance="worker-2", path="root.processor_resources.branch.processors.0.try.0"} 21
processor_received{instance="worker-2", path="root.processor_resources.branch.processors.0.try.1"} 18
...
@mihaitodor mihaitodor transferred this issue from redpanda-data/connect Jan 19, 2025
@mihaitodor mihaitodor added needs investigation It looks as though have all the information needed but investigation is required observability A bug relating to observability components (metrics, logging, tracing, etc) labels Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation It looks as though have all the information needed but investigation is required observability A bug relating to observability components (metrics, logging, tracing, etc)
Projects
None yet
Development

No branches or pull requests

2 participants