| 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(io.dropwizard.metrics5.MetricRegistry registry,
GraphiteSender graphite,
io.dropwizard.metrics5.Clock clock,
String prefix,
TimeUnit rateUnit,
TimeUnit durationUnit,
io.dropwizard.metrics5.MetricFilter filter,
ScheduledExecutorService executor,
boolean shutdownExecutorOnStop,
Set<io.dropwizard.metrics5.MetricAttribute> disabledMetricAttributes)
Creates a new
GraphiteReporter instance. |
Copyright © 2019. All rights reserved.