BSD-3-Clause licensed by Johan Tibell
This version can be pinned in stack with:ekg-statsd-0.2.2.0@sha256:b46873bbb7f573cd95f308eb9a83bd2b242f3a28250277b129575f00a1c149a9,1119

Module documentation for 0.2.2.0

This library lets you push system metrics to a statsd server.

Changes

0.2.2.0 (2017-09-25)

  • Remove internal diffSample optimisation and always report the full state of the Store instead of only what’s changed between iterations.

0.2.1.1 (2017-07-31)

  • Support GHC 8.2.1.
  • Suppress errors when sending to a non-existent receiver (#6).

0.2.1.0 (2016-08-11)

  • Send distributions as gauges and counters.
  • Update examples.

0.2.0.4 (2016-05-28)

  • GHC 8.0 support.

0.2.0.3 (2015-06-06)

  • Support GHC 7.10.

0.2.0.2 (2015-04-09)

  • Add support for network-2.6.

0.2.0.1 (2014-09-30)

  • Add support for text-1.2.

0.2.0.0 (2014-05-27)

  • Add configurable metric name prefix and suffix.
  • Add support for GHC 7.4.

0.1.0.0 (2014-05-01)

  • Initial release.