appmetrics-statsd
appmetrics-statsd copied to clipboard
Eventloop report type
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!