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
goldendataset.GenerateMetric() to generates Histograms with invalid bucket counts. The number of bucket counts generates is equal to the number of bounds generated. This is wrong. The number of buckets must be equal to number of bounds plus one.
Component(s)
No response
What happened?
Description
goldendataset.GenerateMetric() to generates Histograms with invalid bucket counts. The number of bucket counts generates is equal to the number of bounds generated. This is wrong. The number of buckets must be equal to number of bounds plus one.
Steps to Reproduce
Expected Result
Correct Histograms as described in OTLP.
Actual Result
Incorrect Histograms are returned.
The Fix
The fix probably can be somewhere on this line, for example change it to:
Collector version
37cfec6
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: