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