Releases: Instrumental/statsd-instrumental-backend
Releases · Instrumental/statsd-instrumental-backend
v0.13.0
Bugfix in metricPrefix
Fixed a bug that would cause metricPrefix to not be applied to some counter/timer data from statsd.
Enable metricPrefix option
Enable the metricPrefix option, which lets you add a prefix to all metrics sent from this statsd instance to Instrumental.
Do not send .rate metrics
When sending count metrics, do not send a separate .rate metric. For some users, .rate is irrelevant and serves only to inflate metric count.
To disable rate metrics, add recordCounterRates: false to your config.
Send host information on connect
Server now sends more host information on connection
Secure Protocol Support
Connections now happen by default over TLS.