Uses of Interface
com.codahale.metrics.graphite.GraphiteSender
-
-
Uses of GraphiteSender in com.codahale.metrics.graphite
Classes in com.codahale.metrics.graphite that implement GraphiteSender Modifier and Type Class Description classGraphiteA client to a Carbon server via TCP.classGraphiteRabbitMQA rabbit-mq client to a Carbon server.classGraphiteUDPA client to a Carbon server using unconnected UDPclassPickledGraphiteA client to a Carbon server that sends all metrics after they have been pickled in configurable sized batchesMethods in com.codahale.metrics.graphite with parameters of type GraphiteSender Modifier and Type Method Description GraphiteReporterGraphiteReporter.Builder. build(GraphiteSender graphite)Builds aGraphiteReporterwith the given properties, sending metrics using the givenGraphiteSender.Constructors in com.codahale.metrics.graphite with parameters of type GraphiteSender Constructor Description GraphiteReporter(com.codahale.metrics.MetricRegistry registry, GraphiteSender graphite, com.codahale.metrics.Clock clock, String prefix, TimeUnit rateUnit, TimeUnit durationUnit, com.codahale.metrics.MetricFilter filter, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<com.codahale.metrics.MetricAttribute> disabledMetricAttributes)Creates a newGraphiteReporterinstance.
-