Uses of Class
com.codahale.metrics.graphite.GraphiteReporter
-
-
Uses of GraphiteReporter in com.codahale.metrics.graphite
Methods in com.codahale.metrics.graphite that return GraphiteReporter Modifier and Type Method Description GraphiteReporterGraphiteReporter.Builder. build(Graphite graphite)Builds aGraphiteReporterwith the given properties, sending metrics using the givenGraphiteSender.GraphiteReporterGraphiteReporter.Builder. build(GraphiteSender graphite)Builds aGraphiteReporterwith the given properties, sending metrics using the givenGraphiteSender.
-