You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #8673 but I opened a separate issue since these are gauges and not counters
codeboten
changed the title
queue_size & queue_capacity counters not available in otel metrics
queue_size & queue_capacity gauges not available in otel metrics
Oct 20, 2023
This change ensures the queue_size and queue_capacity metrics are
available when using OpenTelemetry for the collector's internal metrics.
Fixes#8682
---------
Signed-off-by: Alex Boten <[email protected]>
Co-authored-by: Dmitrii Anoshin <[email protected]>
Describe the bug
The following metrics are not available via opentelemetry metrics:
This is because they're registered with a separate registry than the one used by the otel OC bridge.
Steps to reproduce
Enabled the following feature gates:
What did you expect to see?
Expected to see those metrics emitted via OTLP
What did you see instead?
Those metrics did not appear
What version did you use?
v0.87.0
The text was updated successfully, but these errors were encountered: