Uses of Class
com.codahale.metrics.graphite.GraphiteReporter
-
Packages that use GraphiteReporter Package Description com.codahale.metrics.graphite -
-
Uses of GraphiteReporter in com.codahale.metrics.graphite
Methods in com.codahale.metrics.graphite that return GraphiteReporter Modifier and Type Method Description GraphiteReporter
GraphiteReporter.Builder. build(Graphite graphite)
Builds aGraphiteReporter
with the given properties, sending metrics using the givenGraphite
client.
-