Uses of Class
com.codahale.metrics.JmxReporter.Builder
Packages that use JmxReporter.Builder
-
Uses of JmxReporter.Builder in com.codahale.metrics
Methods in com.codahale.metrics that return JmxReporter.BuilderModifier and TypeMethodDescriptionJmxReporter.Builder.convertDurationsTo
(TimeUnit durationUnit) Convert durations to the given time unit.JmxReporter.Builder.convertRatesTo
(TimeUnit rateUnit) Convert rates to the given time unit.JmxReporter.Builder.filter
(MetricFilter filter) Only report metrics which match the given filter.static JmxReporter.Builder
JmxReporter.forRegistry
(MetricRegistry registry) Returns a newJmxReporter.Builder
forJmxReporter
.JmxReporter.Builder.registerWith
(MBeanServer mBeanServer) Register MBeans with the givenMBeanServer
.JmxReporter.Builder.specificDurationUnits
(Map<String, TimeUnit> specificDurationUnits) Use specificTimeUnit
s for the duration of the metrics with these names.JmxReporter.Builder.specificRateUnits
(Map<String, TimeUnit> specificRateUnits) Use specificTimeUnit
s for the rate of the metrics with these names.