Uses of Class
io.dropwizard.metrics5.jmx.JmxReporter.Builder
-
-
Uses of JmxReporter.Builder in io.dropwizard.metrics5.jmx
Methods in io.dropwizard.metrics5.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(io.dropwizard.metrics5.MetricFilter filter)Only report metrics which match the given filter.static JmxReporter.BuilderJmxReporter. forRegistry(io.dropwizard.metrics5.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.
-