Skip to content

Releases: Instrumental/statsd-instrumental-backend

v0.13.0

10 May 21:38
Compare
Choose a tag to compare
  • Add new certificates that will work after the current intermediate certs expire later this year
  • Add a configuration option to enable custom certificates
  • Add the ability to use included node certs, and make it the default (with included certs as a fallback)

Bugfix in metricPrefix

09 Dec 22:34
Compare
Choose a tag to compare

Fixed a bug that would cause metricPrefix to not be applied to some counter/timer data from statsd.

Enable metricPrefix option

08 Dec 22:32
Compare
Choose a tag to compare

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

28 Mar 23:28
Compare
Choose a tag to compare

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

24 Jun 14:38
Compare
Choose a tag to compare

Server now sends more host information on connection

Secure Protocol Support

02 Jun 18:36
Compare
Choose a tag to compare

Connections now happen by default over TLS.