Releases: dropwizard/metrics
Releases · dropwizard/metrics
4.0.0-alpha3
3.2.5
3.2.4
4.0.0-alpha2
- Place JMX-related classes under a new namespace
4.0.0-alpha1
- 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
- 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 ofSlidingTimeWindowReservoir
#1139 #1144 #1145- Avoid a NPE in
toString
ofHealthCheck.Result
#1141
3.1.5
3.2.2
3.2.1
- 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