mikejihbe/metrics

Standard deviation is Nan

Open

#51 opened on 2017年10月3日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (575 stars) (58 forks)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.

コントリビューターガイド