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
Describe the bug
Using the OpenTelemetry SDK (via the telemetry settings' MeterProvider) doesn't generate any metrics if useOtelForInternalMetrics isn't enabled.
Steps to reproduce
Configured a local collector to use the routingprocessor (which is instrumented using otel) and started the collector w/o enabling useOtelForInternalMetrics
What did you expect to see?
Metrics generated
What did you see instead?
No metrics generated
What version did you use?
v0.89.0
The text was updated successfully, but these errors were encountered:
This marks the flag as stable. Leaving this as a draft until v0.92.0 is
released.
Closes#8962Fixes#816
---------
Signed-off-by: Alex Boten <[email protected]>
Describe the bug
Using the OpenTelemetry SDK (via the telemetry settings' MeterProvider) doesn't generate any metrics if
useOtelForInternalMetrics
isn't enabled.Steps to reproduce
Configured a local collector to use the routingprocessor (which is instrumented using otel) and started the collector w/o enabling
useOtelForInternalMetrics
What did you expect to see?
Metrics generated
What did you see instead?
No metrics generated
What version did you use?
v0.89.0
The text was updated successfully, but these errors were encountered: