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