| Modifier and Type | Class and Description |
|---|---|
class |
Graphite
A client to a Carbon server via TCP.
|
class |
GraphiteRabbitMQ
A rabbit-mq client to a Carbon server.
|
class |
GraphiteUDP
A client to a Carbon server using unconnected UDP
|
class |
PickledGraphite
A client to a Carbon server that sends all metrics after they have been pickled in configurable sized batches
|
| Modifier and Type | Method and Description |
|---|---|
GraphiteReporter |
GraphiteReporter.Builder.build(GraphiteSender graphite)
Builds a
GraphiteReporter with the given properties, sending metrics using the
given GraphiteSender. |
| Constructor and 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 new
GraphiteReporter instance. |
Copyright © 2017. All Rights Reserved.