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.Builder Modifier and Type Method Description JmxReporter.BuilderJmxReporter.Builder. convertDurationsTo(TimeUnit durationUnit)Convert durations to the given time unit.JmxReporter.BuilderJmxReporter.Builder. convertRatesTo(TimeUnit rateUnit)Convert rates to the given time unit.JmxReporter.BuilderJmxReporter.Builder. createsObjectNamesWith(ObjectNameFactory onFactory)JmxReporter.BuilderJmxReporter.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.BuilderJmxReporter.Builder. inDomain(String domain)JmxReporter.BuilderJmxReporter.Builder. registerWith(MBeanServer mBeanServer)Register MBeans with the givenMBeanServer.JmxReporter.BuilderJmxReporter.Builder. specificDurationUnits(Map<String,TimeUnit> specificDurationUnits)Use specificTimeUnits for the duration of the metrics with these names.JmxReporter.BuilderJmxReporter.Builder. specificRateUnits(Map<String,TimeUnit> specificRateUnits)Use specificTimeUnits for the rate of the metrics with these names.
-