- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The following metrics are not available via opentelemetry metrics:
otelcol_exporter_enqueue_failed_log_records_total{exporter="otlp"} 0
otelcol_exporter_enqueue_failed_metric_points_total{exporter="otlp"} 0
otelcol_exporter_enqueue_failed_spans_total{exporter="otlp"} 0
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:
--feature-gates=telemetry.useOtelForInternalMetrics
--feature-gates=telemetry.useOtelWithSDKConfigurationForInternalTelemetry
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working