JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
F
L
P
R
S
T
U
W
B
build(Riemann)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Builds a
RiemannReporter
with the given properties, sending metrics using the given
Riemann
client.
C
close()
- Method in class com.codahale.metrics.riemann.
Riemann
com.codahale.metrics.riemann
- package com.codahale.metrics.riemann
connect()
- Method in class com.codahale.metrics.riemann.
Riemann
convertDurationsTo(TimeUnit)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Convert durations to the given time unit.
convertRatesTo(TimeUnit)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Convert rates to the given time unit.
F
filter(MetricFilter)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Only report metrics which match the given filter.
forRegistry(MetricRegistry)
- Static method in class com.codahale.metrics.riemann.
RiemannReporter
Returns a new
RiemannReporter.Builder
for
RiemannReporter
.
L
localHost(String)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Event source host
P
prefixedWith(String)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.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.riemann.
RiemannReporter
Riemann
- Class in
com.codahale.metrics.riemann
Riemann(String, Integer)
- Constructor for class com.codahale.metrics.riemann.
Riemann
Riemann(String, Integer, int)
- Constructor for class com.codahale.metrics.riemann.
Riemann
Riemann(IRiemannClient)
- Constructor for class com.codahale.metrics.riemann.
Riemann
RiemannReporter
- Class in
com.codahale.metrics.riemann
A reporter that submits events to Riemann
RiemannReporter.Builder
- Class in
com.codahale.metrics.riemann
A builder for
RiemannReporter
instances.
S
stop()
- Method in class com.codahale.metrics.riemann.
RiemannReporter
T
tags(Collection<String>)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Tags to attach to events.
U
useSeparator(String)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Separator between metric name components
W
withClock(Clock)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Use the given
Clock
instance for the time.
withTtl(Float)
- Method in class com.codahale.metrics.riemann.
RiemannReporter.Builder
Default time to live of Riemann event.
B
C
F
L
P
R
S
T
U
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018. All rights reserved.