Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add exemplar support to the OTLP HTTP and gRPC exporters #4900

Merged
merged 1 commit into from Feb 12, 2024

Conversation

dashpole
Copy link
Contributor

Fixes #4899

@dashpole dashpole added area:metrics Part of OpenTelemetry Metrics enhancement New feature or request labels Feb 10, 2024
Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dd5d054) 82.6% compared to head (27aa0b7) 82.7%.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #4900   +/-   ##
=====================================
  Coverage   82.6%   82.7%           
=====================================
  Files        232     232           
  Lines      18870   18916   +46     
=====================================
+ Hits       15603   15649   +46     
  Misses      2977    2977           
  Partials     290     290           
Files Coverage Δ
...ic/otlpmetricgrpc/internal/transform/metricdata.go 100.0% <100.0%> (ø)
...ic/otlpmetrichttp/internal/transform/metricdata.go 100.0% <100.0%> (ø)

@dashpole dashpole added the pkg:exporter:otlp Related to the OTLP exporter package label Feb 10, 2024
@MrAlias MrAlias merged commit ec03021 into open-telemetry:main Feb 12, 2024
30 checks passed
@dashpole dashpole deleted the otlp_exemplars branch February 21, 2024 14:58
@MrAlias MrAlias added this to the v1.24.0 milestone Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:metrics Part of OpenTelemetry Metrics enhancement New feature or request pkg:exporter:otlp Related to the OTLP exporter package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Exemplars in OTLP metric exporters
4 participants