RuntimeTools / appmetrics-statsd

A connector that collects data using 'appmetrics' and sends it to a configured StatsD server using 'node-statsd'.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eventloop report type

tomer-amir-vonage opened this issue · comments

Hi,

I am using the latest version of this module and I noticed something that I think is wrong here:
https://github.com/RuntimeTools/appmetrics-statsd/blob/master/lib/appmetrics-statsd.js#L38

According to the documentation here this parameter measures:

sampled latency, in milliseconds

Meaning that all these should be timings and not a gauges, no?

I also consulted this

Thanks!