Uses of Class
com.codahale.metrics.graphite.GraphiteReporter.Builder
Packages that use GraphiteReporter.Builder
-
Uses of GraphiteReporter.Builder in com.codahale.metrics.graphite
Methods in com.codahale.metrics.graphite that return GraphiteReporter.BuilderModifier and TypeMethodDescriptionGraphiteReporter.Builder.convertDurationsTo
(TimeUnit durationUnit) Convert durations to the given time unit.GraphiteReporter.Builder.convertRatesTo
(TimeUnit rateUnit) Convert rates to the given time unit.GraphiteReporter.Builder.filter
(MetricFilter filter) Only report metrics which match the given filter.static GraphiteReporter.Builder
GraphiteReporter.forRegistry
(MetricRegistry registry) Returns a newGraphiteReporter.Builder
forGraphiteReporter
.GraphiteReporter.Builder.prefixedWith
(String prefix) Prefix all metric names with the given string.Use the givenClock
instance for the time.