You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InfluxDB/otel conversion library assumed that OpenTelemetry histogram buckets are cumulative, like Prometheus histogram buckets. The result is that the bucket counts are always incorrect after conversion.
Component(s)
exporter/influxdb, receiver/influxdb
What happened?
Description
The InfluxDB/otel conversion library assumed that OpenTelemetry histogram buckets are cumulative, like Prometheus histogram buckets. The result is that the bucket counts are always incorrect after conversion.
Originally reported here: influxdata/influxdb-observability#60
Steps to Reproduce
Either:
Or:
Expected Result
This otel histogram:
Yields this line protocol (schema is Telegraf Prometheus v1 in the example):
And visa-versa.
Actual Result
This otel histogram:
Yields this line protocol (schema is Telegraf Prometheus v1 in the example):
And this line protocol:
Yields this otel histogram:
Collector version
v0.73.0
Environment information
Environment
OS: MacOS 13.2 (and surely every OS)
Compiler(if manually compiled): go 1.19.5 (and surely every compiler)
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: