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
My service is outputting metrics to Grafana but it's end points are never called. What I'm finding is that the standard deviation value is NaN, output via:
My service is outputting metrics to Grafana but it's end points are never called. What I'm finding is that the standard deviation value is NaN, output via:
send(util.format('%s.%s', histogram.name, 'stddev'), histogram.stdDev(), timestamp);
in graphite-reporter.js. I suspect this should output zero.
The text was updated successfully, but these errors were encountered: