| Modifier and Type | Method and Description |
|---|---|
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.convertDurationsTo(TimeUnit durationUnit)
Convert durations to the given time unit.
|
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.convertRatesTo(TimeUnit rateUnit)
Convert rates to the given time unit.
|
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.disabledMetricAttributes(Set<io.dropwizard.metrics5.MetricAttribute> disabledMetricAttributes)
Don't report the passed metric attributes for all metrics (e.g.
|
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.filter(io.dropwizard.metrics5.MetricFilter filter)
Only report metrics which match the given filter.
|
static InfluxDbReporter.Builder |
InfluxDbReporter.forRegistry(io.dropwizard.metrics5.MetricRegistry registry)
Returns a new Builder for
InfluxDbReporter. |
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.prefixedWith(io.dropwizard.metrics5.MetricName prefix)
Prefix all metric names with the given name.
|
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.scheduleOn(ScheduledExecutorService executor)
Specifies the executor to use while scheduling reporting of metrics.
|
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.shutdownExecutorOnStop(boolean shutdownExecutorOnStop)
Specifies whether or not, the executor (used for reporting) will be stopped with same time with reporter.
|
InfluxDbReporter.Builder |
InfluxDbReporter.Builder.withClock(io.dropwizard.metrics5.Clock clock)
Use the given
Clock instance for the time. |
Copyright © 2019. All rights reserved.