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 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..
The text was updated successfully, but these errors were encountered:
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.
.The text was updated successfully, but these errors were encountered: