mikejihbe/metrics

Standard deviation is Nan

オープン

#51 opened on 2017/10/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (55 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (577 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

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