Releases: dropwizard/metrics
Releases · dropwizard/metrics
4.1.1
- [Core] Automatically add listeners when register child registry (#1393)
- [Core] Avoid NoSuchElementException updating ExponentiallyDecayingReservoir (#1436)
- [JMX] Expose numeric values (JmxGaugeMBean) (#1451)
- [Graphite] Support for Atomic* counters (#1476)
- [Graphite] Fix connect logic to lookup dns names on reconnect (#1493)
4.0.7
4.0.6
4.1.0-rc3
- Add support for the Builder pattern for InstrumentedHttpClientConnectionManager (#1315)
- Make OSGi Package-Import for com.sun.management optional (#1317)
- Avoid boxing some Longs (#1354)
- Add a duration field to the healthcheck result (#1360)
- Include timestamp in serialized JSON output for HealthCheck.Result (#1365)
- Add clock to result health check builder (#1372)
4.0.5
v4.0.4
v4.0.3
5.0.0-rc2
4.1.0-rc2
- Added
InstrumentedHttpClientConnectionManager
constructor withHttpClientConnectionOperator
#1294 - Add counter for active connections (#1291)
- Allow Java 8 Duration for
Timer#update
(#1298) - jvm: Params to include sync info in thread dump (#1304)
- Make the relationship between the Reporter and
Closeable
interfaces explicit (#1307) - MetricRegistry: make
registerAll
with prefix public (#1308) - DefaultObjectNameFactory: use type, be a bit more conservative about quoting (#1310)