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
Using the otel-go sdk to collect metrics with prometheus exporter does report the values in the bucket as a cumulative sum of the value for this bucket and the buckets of lower values.
Description
Using the otel-go sdk to collect metrics with prometheus exporter does report the values in the bucket as a cumulative sum of the value for this bucket and the buckets of lower values.
If I do this:
I get an output like this:
Environment
Steps To Reproduce
here's a project that will reproduce
https://github.com/albertlockett/otel-go-metrics-test01/blob/main/go.mod
Expected behavior
I was expecting an output like this (this is the behaviour I get from opentelemetry-js)
The text was updated successfully, but these errors were encountered: