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

Prometheus exporter should convert non-monotonic sums to gauges #3071

Closed
dashpole opened this issue Dec 2, 2022 · 2 comments · Fixed by #3306
Closed

Prometheus exporter should convert non-monotonic sums to gauges #3071

dashpole opened this issue Dec 2, 2022 · 2 comments · Fixed by #3306
Assignees
Labels

Comments

@dashpole
Copy link

dashpole commented Dec 2, 2022

The current implementation of Sum export in the prometheus exporter does not differentiate between monotonic and non-monotonic sums.

The prometheus compatibility spec for sums says: If the aggregation temporality is cumulative and the sum is non-monotonic, it MUST be converted to a Prometheus Gauge..

@brettimus
Copy link
Contributor

I'll pick this up!

@ocelotl
Copy link
Contributor

ocelotl commented Jun 7, 2023

@brettimus I assigned this issue to you, thanks ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants