Uses of Class
io.dropwizard.metrics5.graphite.GraphiteReporter.Builder
-
Uses of GraphiteReporter.Builder in io.dropwizard.metrics5.graphite
Methods in io.dropwizard.metrics5.graphite that return GraphiteReporter.Builder Modifier and Type Method Description GraphiteReporter.BuilderGraphiteReporter.Builder. addMetricAttributesAsTags(boolean addMetricAttributesAsTags)Specifies whether or not metric attributes (e.g.GraphiteReporter.BuilderGraphiteReporter.Builder. convertDurationsTo(TimeUnit durationUnit)Convert durations to the given time unit.GraphiteReporter.BuilderGraphiteReporter.Builder. convertRatesTo(TimeUnit rateUnit)Convert rates to the given time unit.GraphiteReporter.BuilderGraphiteReporter.Builder. disabledMetricAttributes(Set<io.dropwizard.metrics5.MetricAttribute> disabledMetricAttributes)Don't report the passed metric attributes for all metrics (e.g.GraphiteReporter.BuilderGraphiteReporter.Builder. filter(io.dropwizard.metrics5.MetricFilter filter)Only report metrics which match the given filter.static GraphiteReporter.BuilderGraphiteReporter. forRegistry(io.dropwizard.metrics5.MetricRegistry registry)Returns a newGraphiteReporter.BuilderforGraphiteReporter.GraphiteReporter.BuilderGraphiteReporter.Builder. prefixedWith(String prefix)Prefix all metric names with the given string.GraphiteReporter.BuilderGraphiteReporter.Builder. scheduleOn(ScheduledExecutorService executor)Specifies the executor to use while scheduling reporting of metrics.GraphiteReporter.BuilderGraphiteReporter.Builder. shutdownExecutorOnStop(boolean shutdownExecutorOnStop)Specifies whether or not, the executor (used for reporting) will be stopped with same time with reporter.GraphiteReporter.BuilderGraphiteReporter.Builder. withClock(io.dropwizard.metrics5.Clock clock)Use the givenClockinstance for the time.GraphiteReporter.BuilderGraphiteReporter.Builder. withFloatingPointFormatter(DoubleFunction<String> floatingPointFormatter)Use custom floating point formatter.