prometheusexporter not attaching exemplars to metrics generated from spanmetricsconnector #28852
Labels
bug
Something isn't working
connector/spanmetrics
exporter/prometheus
needs triage
New item requiring triage
waiting for author
Component(s)
connector/spanmetrics, exporter/prometheus
What happened?
Description
I am using the
spanmetricsconnector
in conjunction withprometheusexporter
. I want to attach exemplars to the Prometheus metrics being generated. Based on the documentation for each of these components, I configuredexemplars:enabled:true
for thespanmetricsconnector
andenable_open_metrics:true
for theprometheusexporter
.It looks like exemplars are attached correctly to the OTEL metrics generated by
spanmetricsconnector
but are not carried forward/attached after conversion to Prometheus format.Steps to Reproduce
spanmetricsconnector
Expected Result
Trace IDs attached to each Prometheus metric.
Actual Result
No trace information is attached.
Collector version
v0.88.0
Environment information
No response
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: