Skip to content

Releases: dropwizard/metrics

4.0.0-alpha3

15 Sep 15:09
Compare
Choose a tag to compare
  • Support tracking Jersey filters in Jersey resources (#1118, #1193)
  • Add ResponseMetered annotation for Jersey resources (#1186)

3.2.5

15 Sep 15:06
Compare
Choose a tag to compare
  • [InstrumentedScheduledExecutorService] Fix the scheduledFixedDelay to call the correct method #1192

3.2.4

24 Aug 20:04
Compare
Choose a tag to compare
  • Fix GraphiteReporter rate reporting #1167
  • Remove non Jdk6 compatible letter from date pattern #1163
  • Fix uncaught CancellationException when stopping reporter #1170

4.0.0-alpha2

28 Nov 22:47
Compare
Choose a tag to compare
  • Place JMX-related classes under a new namespace

4.0.0-alpha1

28 Nov 22:46
Compare
Choose a tag to compare
  • Compiled and targeted Java8
  • Move JMX classes to the metrics-jmx module
  • Fix a racy read bug in EWMA
  • Use Java 8 Time API for data formatting of health checks
  • Remove unnecessary reflection hacks for HealthCheckRegistry
  • Removed metrics-log4j
  • Removed metrics-jetty9-legacy
  • Removed metrics-jetty8
  • Removed metrics-jersey
  • Removed metrics-ganglia
  • Removed internal LongAdder
  • Removed internal ThreadLocalRandom
  • Optimized generating random numbers
  • Timer.Context now implements AutoCloseable
  • Upgrade Jetty integration to Jetty 9.4

3.2.3

04 Jul 19:33
Compare
Choose a tag to compare
  • Improve ScheduledReporter convertDurations precision #1115
  • Suppress all kinds of Throwables raised by report() #1128
  • Exponentially Decaying Reservoir was giving incorrect values in the snapshot if the inactive period was too long #1135
  • Ability to get default metrics registry without an exception #1140
  • Ability to get default health check registry without an exception #1152
  • SlidingTimeWindowArrayReservoir as a fast alternative of SlidingTimeWindowReservoir #1139 #1144 #1145
  • Avoid a NPE in toString of HealthCheck.Result #1141

3.1.5

02 Jun 18:19
Compare
Choose a tag to compare
  • More robust lookup of ThreadLocal and LongAdder on JDK6 (e.g. WebLogic) #1136

3.2.2

20 Mar 14:34
Compare
Choose a tag to compare
  • Fix creating a uniform snapshot from a collection #1111
  • Register metrics defined at Resource level #1105

3.2.1

10 Mar 15:58
Compare
Choose a tag to compare
  • Shutdown health check registry #1084
  • Add support for the default shared health check registry name #1095
  • Make SharedMetricRegistries thread-safe #1094
  • Report the size of the snapshot via JMX #1102
  • Don't ignore the counter attribute #1090
  • Add support to disable attributes in ConsoleReporter #1092
  • Rollback GraphiteSanitize to replacing whitespaces #1099

3.1.4

10 Mar 13:41
Compare
Choose a tag to compare
  • Fix accidentally broken Graphite UDP reporter #1100