Skip navigation links
B C F G I P R S W 

B

build(Graphite) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
Builds a GraphiteReporter with the given properties, sending metrics using the given GraphiteSender.
build(GraphiteSender) - Method in class com.codahale.metrics.graphite.GraphiteReporter.Builder
Builds a GraphiteReporter with the given properties, sending metrics using the given GraphiteSender.

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.

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
 
forRegistry(MetricRegistry) - Static method in class com.codahale.metrics.graphite.GraphiteReporter

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.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(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.
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.
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
 
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:

(timestamp, (name, value))

And add it to the list of metrics.

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.
B C F G I P R S W 
Skip navigation links

Copyright © 2017. All Rights Reserved.