Skip to content

Releases: dropwizard/metrics

4.1.1

19 Oct 13:46
Compare
Choose a tag to compare
  • [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

19 Oct 13:41
Compare
Choose a tag to compare
  • [Graphite] Support for Atomic* counters (#1476)
  • [Graphite] Fix connect logic to lookup dns names on reconnect (#1493)

4.0.6

10 Aug 11:05
Compare
Choose a tag to compare
  • Avoid NoSuchElementException updating ExponentiallyDecayingReservoir (#1436)
  • Bump Jackson to 2.9.9.3 to fix CVE-2019-12384 (#1470)
  • Expose numeric values (JmxGaugeMBean) (#1451)

4.1.0-rc3

30 Dec 20:50
Compare
Choose a tag to compare
4.1.0-rc3 Pre-release
Pre-release
  • 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

30 Dec 20:46
Compare
Choose a tag to compare
  • Specify in BOM only artifacts managed by metrics (#1367)
  • Add JDK9 module name for metrics-logback (#1368)

v4.0.4

26 Dec 22:58
Compare
Choose a tag to compare
  • Avoid boxing Longs in WeightedSnapshot (#1354)

v4.0.3

26 Dec 22:57
Compare
Choose a tag to compare

[jvm] make OSGi Package-Import for com.sun.management optional (#1317)

5.0.0-rc2

03 May 21:29
Compare
Choose a tag to compare
5.0.0-rc2 Pre-release
Pre-release
  • Reporters: report Timer sums in the Timer duration units #1309

4.1.0-rc2

03 May 21:24
Compare
Choose a tag to compare
4.1.0-rc2 Pre-release
Pre-release
  • Added InstrumentedHttpClientConnectionManager constructor with HttpClientConnectionOperator #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)

v4.1.0-rc0

03 May 21:21
Compare
Choose a tag to compare
v4.1.0-rc0 Pre-release
Pre-release
  • Add module metrics-collectd - Metrics Integration for Collectd (#1259)
  • Add support for signing and verifying requests to CollectD (#1288)
  • Enable easier customizing of MetricsServlet. (#1285)
  • Add metric attributes to the slf4j reporter (#1275)