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.

贡献者指南