Support Exemplars in OTLP metric exporters #4899
Labels
area:metrics
Part of OpenTelemetry Metrics
enhancement
New feature or request
pkg:exporter:otlp
Related to the OTLP exporter package
Milestone
Problem Statement
When using exemplars, I should be able to send them over OTLP. I tried sending them to a collector using OTLP http and gRPC, and was unable to do so. It looks like this isn't implemented yet in the OTLP metric exporters:
For example, it doesn't look like its set in the grpc exporter for histograms:
opentelemetry-go/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform/metricdata.go
Lines 188 to 196 in dd5d054
Proposed Solution
Implement exemplars in OTLP exporters.
The text was updated successfully, but these errors were encountered: