- getFailures() - Method in class com.codahale.metrics.graphite.Graphite
-
- getFailures() - Method in class com.codahale.metrics.graphite.GraphiteRabbitMQ
-
- getFailures() - Method in interface com.codahale.metrics.graphite.GraphiteSender
-
Returns the number of failed writes to the server.
- getFailures() - Method in class com.codahale.metrics.graphite.GraphiteUDP
-
- getFailures() - Method in class com.codahale.metrics.graphite.PickledGraphite
-
- Graphite - Class in com.codahale.metrics.graphite
-
A client to a Carbon server via TCP.
- Graphite(String, int) - Constructor for class com.codahale.metrics.graphite.Graphite
-
Creates a new client which connects to the given address using the default
SocketFactory.
- Graphite(String, int, SocketFactory) - Constructor for class com.codahale.metrics.graphite.Graphite
-
Creates a new client which connects to the given address and socket factory.
- Graphite(String, int, SocketFactory, Charset) - Constructor for class com.codahale.metrics.graphite.Graphite
-
Creates a new client which connects to the given address and socket factory using the given
character set.
- Graphite(InetSocketAddress) - Constructor for class com.codahale.metrics.graphite.Graphite
-
Creates a new client which connects to the given address using the default
SocketFactory.
- Graphite(InetSocketAddress, SocketFactory) - Constructor for class com.codahale.metrics.graphite.Graphite
-
Creates a new client which connects to the given address and socket factory.
- Graphite(InetSocketAddress, SocketFactory, Charset) - Constructor for class com.codahale.metrics.graphite.Graphite
-
Creates a new client which connects to the given address and socket factory using the given
character set.
- GraphiteRabbitMQ - Class in com.codahale.metrics.graphite
-
A rabbit-mq client to a Carbon server.
- GraphiteRabbitMQ(ConnectionFactory, String) - Constructor for class com.codahale.metrics.graphite.GraphiteRabbitMQ
-
Creates a new client with a given a ConnectionFactory and an amqp exchange
- GraphiteRabbitMQ(String, Integer, String, String, String) - Constructor for class com.codahale.metrics.graphite.GraphiteRabbitMQ
-
Creates a new client given connection details
- GraphiteRabbitMQ(String, Integer, String, String, String, Integer, Integer, Integer) - Constructor for class com.codahale.metrics.graphite.GraphiteRabbitMQ
-
Creates a new client given connection details
- GraphiteReporter - Class in com.codahale.metrics.graphite
-
A reporter which publishes metric values to a Graphite server.
- GraphiteReporter(MetricRegistry, GraphiteSender, Clock, String, TimeUnit, TimeUnit, MetricFilter, ScheduledExecutorService, boolean, Set<MetricAttribute>) - Constructor for class com.codahale.metrics.graphite.GraphiteReporter
-
- GraphiteReporter(MetricRegistry, GraphiteSender, Clock, String, TimeUnit, TimeUnit, MetricFilter, ScheduledExecutorService, boolean, Set<MetricAttribute>, boolean) - Constructor for class com.codahale.metrics.graphite.GraphiteReporter
-
- GraphiteReporter(MetricRegistry, GraphiteSender, Clock, String, TimeUnit, TimeUnit, MetricFilter, ScheduledExecutorService, boolean, Set<MetricAttribute>, boolean, DoubleFunction<String>) - Constructor for class com.codahale.metrics.graphite.GraphiteReporter
-
- GraphiteReporter.Builder - Class in com.codahale.metrics.graphite
-
- GraphiteSender - Interface in com.codahale.metrics.graphite
-
- GraphiteUDP - Class in com.codahale.metrics.graphite
-
A client to a Carbon server using unconnected UDP
- GraphiteUDP(String, int) - Constructor for class com.codahale.metrics.graphite.GraphiteUDP
-
Creates a new client which sends data to given address using UDP
- GraphiteUDP(InetSocketAddress) - Constructor for class com.codahale.metrics.graphite.GraphiteUDP
-
Creates a new client which sends data to given address using UDP