Package | Description |
---|---|
com.codahale.metrics.graphite |
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 . |
Copyright © 2023. All rights reserved.