mikejihbe/metrics

Standard deviation is Nan

Open

#51 建立於 2017年10月3日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (575 star) (58 fork)batch import
help wanted

描述

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.

貢獻者指南