Releases: ReadyTalk/metrics-statsd
Releases · ReadyTalk/metrics-statsd
4.1.0
4.0.0
Final release for the 4.0.0 series. Primary changes from 3.0.0 are:
- metrics2 uses the same version number and classpath as the metrics3 library.
- statsd serialization has been unified between metrics2 and metrics3 libraries.
- metrics2 now correctly publishes all metrics as statsd gauges to statsd.
- "count" is no longer added as a suffix to metrics automatically.
4.0.0-RC1
First release candidate for 4.0.0
4.0.0-BETA1
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).