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.BuilderJmxReporter.forRegistry(MetricRegistry registry) Returns a newJmxReporter.BuilderforJmxReporter.JmxReporter.Builder.registerWith(MBeanServer mBeanServer) Register MBeans with the givenMBeanServer.JmxReporter.Builder.specificDurationUnits(Map<String, TimeUnit> specificDurationUnits) Use specificTimeUnits for the duration of the metrics with these names.JmxReporter.Builder.specificRateUnits(Map<String, TimeUnit> specificRateUnits) Use specificTimeUnits for the rate of the metrics with these names.