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
According to the slack threads below, the "sum" component of the summary metric needs to be "delta calculated" in order for NRQL to be able to calculate averages on Prometheus summary values.
Summary must be handled like Histogram: calculate delta on "sum" and only send value if we can in fact calculate it, i.e., it's not the first value we received.
According to the slack threads below, the "sum" component of the summary metric needs to be "delta calculated" in order for NRQL to be able to calculate averages on Prometheus summary values.
https://newrelic.slack.com/archives/CME11J4PL/p1602875630066900
https://newrelic.slack.com/archives/CP2EWSX7C/p1603384162298100
Summary must be handled like Histogram: calculate delta on "sum" and only send value if we can in fact calculate it, i.e., it's not the first value we received.
See this PR for the implementeation on the telemetry sdk emitter: newrelic/nri-prometheus#101
The text was updated successfully, but these errors were encountered: