A B C D F G I P R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addMetricAttributesAsTags(boolean) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Specifies whether or not metric attributes (e.g.
B
- build(Graphite) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Builds a
GraphiteReporter
with the given properties, sending metrics using the givenGraphiteSender
. - build(GraphiteSender) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Builds a
GraphiteReporter
with the given properties, sending metrics using the givenGraphiteSender
.
C
- close() - Method in class com.codahale.metrics.graphite.Graphite
- close() - Method in class com.codahale.metrics.graphite.GraphiteRabbitMQ
- close() - Method in class com.codahale.metrics.graphite.GraphiteUDP
- close() - Method in class com.codahale.metrics.graphite.PickledGraphite
- com.codahale.metrics.graphite - package com.codahale.metrics.graphite
- connect() - Method in class com.codahale.metrics.graphite.Graphite
- connect() - Method in class com.codahale.metrics.graphite.GraphiteRabbitMQ
- connect() - Method in interface com.codahale.metrics.graphite.GraphiteSender
-
Connects to the server.
- connect() - Method in class com.codahale.metrics.graphite.GraphiteUDP
- connect() - Method in class com.codahale.metrics.graphite.PickledGraphite
- convertDurationsTo(TimeUnit) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Convert durations to the given time unit.
- convertRatesTo(TimeUnit) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Convert rates to the given time unit.
D
- disabledMetricAttributes(Set<MetricAttribute>) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Don't report the passed metric attributes for all metrics (e.g.
F
- filter(MetricFilter) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Only report metrics which match the given filter.
- flush() - Method in class com.codahale.metrics.graphite.Graphite
- flush() - Method in class com.codahale.metrics.graphite.GraphiteRabbitMQ
- flush() - Method in interface com.codahale.metrics.graphite.GraphiteSender
-
Flushes buffer, if applicable
- flush() - Method in class com.codahale.metrics.graphite.GraphiteUDP
- flush() - Method in class com.codahale.metrics.graphite.PickledGraphite
- format(double) - Method in class com.codahale.metrics.graphite.GraphiteReporter
- forRegistry(MetricRegistry) - Static method in class com.codahale.metrics.graphite.GraphiteReporter
-
Returns a new
GraphiteReporter.Builder
forGraphiteReporter
.
G
- 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
-
Creates a new
GraphiteReporter
instance. - GraphiteReporter(MetricRegistry, GraphiteSender, Clock, String, TimeUnit, TimeUnit, MetricFilter, ScheduledExecutorService, boolean, Set<MetricAttribute>, boolean) - Constructor for class com.codahale.metrics.graphite.GraphiteReporter
-
Creates a new
GraphiteReporter
instance. - GraphiteReporter(MetricRegistry, GraphiteSender, Clock, String, TimeUnit, TimeUnit, MetricFilter, ScheduledExecutorService, boolean, Set<MetricAttribute>, boolean, DoubleFunction<String>) - Constructor for class com.codahale.metrics.graphite.GraphiteReporter
-
Creates a new
GraphiteReporter
instance. - GraphiteReporter.Builder - Class in com.codahale.metrics.graphite
-
A builder for
GraphiteReporter
instances. - 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
I
- isConnected() - Method in class com.codahale.metrics.graphite.Graphite
- isConnected() - Method in class com.codahale.metrics.graphite.GraphiteRabbitMQ
- isConnected() - Method in interface com.codahale.metrics.graphite.GraphiteSender
-
Returns true if ready to send data
- isConnected() - Method in class com.codahale.metrics.graphite.GraphiteUDP
- isConnected() - Method in class com.codahale.metrics.graphite.PickledGraphite
P
- PickledGraphite - Class in com.codahale.metrics.graphite
-
A client to a Carbon server that sends all metrics after they have been pickled in configurable sized batches
- PickledGraphite(String, int) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address using the default
SocketFactory
. - PickledGraphite(String, int, int) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address using the default
SocketFactory
. - PickledGraphite(String, int, SocketFactory, int) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address and socket factory.
- PickledGraphite(String, int, SocketFactory, Charset, int) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address and socket factory using the given character set.
- PickledGraphite(InetSocketAddress) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address using the default
SocketFactory
. - PickledGraphite(InetSocketAddress, int) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address using the default
SocketFactory
. - PickledGraphite(InetSocketAddress, SocketFactory, int) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address and socket factory.
- PickledGraphite(InetSocketAddress, SocketFactory, Charset, int) - Constructor for class com.codahale.metrics.graphite.PickledGraphite
-
Creates a new client which connects to the given address and socket factory using the given character set.
- prefixedWith(String) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Prefix all metric names with the given string.
R
- report(SortedMap<String, Gauge>, SortedMap<String, Counter>, SortedMap<String, Histogram>, SortedMap<String, Meter>, SortedMap<String, Timer>) - Method in class com.codahale.metrics.graphite.GraphiteReporter
S
- sanitize(String) - Method in class com.codahale.metrics.graphite.Graphite
- sanitize(String) - Method in class com.codahale.metrics.graphite.GraphiteRabbitMQ
- sanitize(String) - Method in class com.codahale.metrics.graphite.GraphiteUDP
- sanitize(String) - Method in class com.codahale.metrics.graphite.PickledGraphite
- scheduleOn(ScheduledExecutorService) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Specifies the executor to use while scheduling reporting of metrics.
- send(String, String, long) - Method in class com.codahale.metrics.graphite.Graphite
- send(String, String, long) - Method in class com.codahale.metrics.graphite.GraphiteRabbitMQ
- send(String, String, long) - Method in interface com.codahale.metrics.graphite.GraphiteSender
-
Sends the given measurement to the server.
- send(String, String, long) - Method in class com.codahale.metrics.graphite.GraphiteUDP
- send(String, String, long) - Method in class com.codahale.metrics.graphite.PickledGraphite
-
Convert the metric to a python tuple of the form:
- shutdownExecutorOnStop(boolean) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Specifies whether or not, the executor (used for reporting) will be stopped with same time with reporter.
- stop() - Method in class com.codahale.metrics.graphite.GraphiteReporter
W
- withClock(Clock) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Use the given
Clock
instance for the time. - withFloatingPointFormatter(DoubleFunction<String>) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
-
Use custom floating point formatter.
All Classes All Packages