Skip to content

Releases: ReadyTalk/metrics-statsd

4.1.0

18 Dec 16:43
Compare
Choose a tag to compare

Changes Codahale Metrics timers, meters, and histograms to report the count() values as .samples instead of . This works around an issue in graphiteweb where having a metric and a metric folder called the same string means that submetrics in the folder will never show up.

4.0.0

06 Dec 15:58
Compare
Choose a tag to compare

Final release for the 4.0.0 series. Primary changes from 3.0.0 are:

  1. metrics2 uses the same version number and classpath as the metrics3 library.
  2. statsd serialization has been unified between metrics2 and metrics3 libraries.
  3. metrics2 now correctly publishes all metrics as statsd gauges to statsd.
  4. "count" is no longer added as a suffix to metrics automatically.

4.0.0-RC1

04 Dec 20:59
Compare
Choose a tag to compare

First release candidate for 4.0.0

4.0.0-BETA1

02 Dec 17:19
Compare
Choose a tag to compare
4.0.0-BETA1 Pre-release
Pre-release

First beta release for the 4.0.0 series. This release unifies the statsd serialization code between the metrics 2 and 3 libraries and removes the "count" suffix that was previously appended to some metric types. The unification of statsd serialization primarily affects the metrics 2 library, as all metrics are now properly serialized as statsd gauges and never as timers (as the Metrics library is already coalescing timed metrics).