1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/exporters/otlp
Tyler Yahn 042d938989
Fix HistogramDataPoints transform in otlpmetric (#3293)
* Fix HistogramDataPoints transform in otlpmetric

Fixes #3284

The transform uses the same reference a histogram datapoint sum value
for all transformed metrics. This results in all transformed metrics
being exported with the same sum (see #3284). This changes the transform
to correctly reference a unique sum for each datapoint.
2022-10-17 08:13:07 -05:00
..
internal Add User-Agent header to OTLP exporter requests (#3261) 2022-10-11 09:55:50 -05:00
otlpmetric Fix HistogramDataPoints transform in otlpmetric (#3293) 2022-10-17 08:13:07 -05:00
otlptrace Release v1.11.0/v0.32.3 (#3275) 2022-10-12 10:19:51 -07:00