Uses of Class
com.codahale.metrics.jmx.JmxReporter.Builder
-
Uses of JmxReporter.Builder in com.codahale.metrics.jmx
Methods in com.codahale.metrics.jmx 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.createsObjectNamesWith(ObjectNameFactory onFactory) JmxReporter.Builder.filter(com.codahale.metrics.MetricFilter filter) Only report metrics which match the given filter.static JmxReporter.BuilderJmxReporter.forRegistry(com.codahale.metrics.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.