v0.8.0.RELEASE
Pre-release
Pre-release
- Support for exporting to Graphite, Ganglia, and JMX via a new
DropwizardMeterRegistry
. The new registry can be used as a base for exporting to other hierarchical systems as needed. - Broadened the use of
TagFormatter
to sanitize metric names and tags across all supported monitoring systems for both user-provided values and binder-provided values. - Fixed common tag values not being correctly appended to Prometheus meters (@eloo).
- Added
MeterRegistryConfigurer
which allows for the application of common tags before any meters are registered (@eloo).