JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
H
I
J
M
P
R
S
T
U
W
A
appendSeries(String, String, String, String[], Object[][])
- Method in class metrics_influxdb.
InfluxdbHttp
appendSeries(String, String, String, String[], Object[][])
- Method in class metrics_influxdb.
InfluxdbUdp
B
build(Influxdb)
- Method in class metrics_influxdb.
InfluxdbReporter.Builder
Builds a
InfluxdbReporter
with the given properties, sending metrics using the given
Influxdb
client.
C
convertDurationsTo(TimeUnit)
- Method in class metrics_influxdb.
InfluxdbReporter.Builder
Convert durations to the given time unit.
convertRatesTo(TimeUnit)
- Method in class metrics_influxdb.
InfluxdbReporter.Builder
Convert rates to the given time unit.
convertTimestamp(long)
- Method in class metrics_influxdb.
InfluxdbHttp
convertTimestamp(long)
- Method in class metrics_influxdb.
InfluxdbUdp
D
debugJson
- Variable in class metrics_influxdb.
InfluxdbHttp
true => to print Json on System.err
debugJson
- Variable in class metrics_influxdb.
InfluxdbUdp
F
filter(MetricFilter)
- Method in class metrics_influxdb.
InfluxdbReporter.Builder
Only report metrics which match the given filter.
forRegistry(MetricRegistry)
- Static method in class metrics_influxdb.
InfluxdbReporter
Returns a new
InfluxdbReporter.Builder
for
InfluxdbReporter
.
H
hasSeriesData()
- Method in class metrics_influxdb.
InfluxdbHttp
Returns true if the pending request has metrics to report.
hasSeriesData()
- Method in class metrics_influxdb.
InfluxdbUdp
I
InfluxdbHttp
- Class in
metrics_influxdb
A client to send data to a InfluxDB server via HTTP protocol.
InfluxdbHttp(String, int, String, String, String)
- Constructor for class metrics_influxdb.
InfluxdbHttp
Constructor with the InfluxDB time_precision parameter set to TimeUnit.MILLISECONDS
InfluxdbHttp(String, int, String, String, String, String)
- Constructor for class metrics_influxdb.
InfluxdbHttp
Constructor with the InfluxDB time_precision parameter set to TimeUnit.MILLISECONDS
InfluxdbHttp(String, int, String, String, String, TimeUnit)
- Constructor for class metrics_influxdb.
InfluxdbHttp
InfluxdbHttp(String, int, String, String, String, String, TimeUnit)
- Constructor for class metrics_influxdb.
InfluxdbHttp
InfluxdbReporter
- Class in
metrics_influxdb
A reporter which publishes metric values to a InfluxDB server.
InfluxdbReporter.Builder
- Class in
metrics_influxdb
A builder for
InfluxdbReporter
instances.
InfluxdbUdp
- Class in
metrics_influxdb
InfluxdbUdp(String, int)
- Constructor for class metrics_influxdb.
InfluxdbUdp
J
jsonBuilder
- Variable in class metrics_influxdb.
InfluxdbHttp
jsonBuilders
- Variable in class metrics_influxdb.
InfluxdbUdp
M
metrics_influxdb
- package metrics_influxdb
P
prefixedWith(String)
- Method in class metrics_influxdb.
InfluxdbReporter.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 metrics_influxdb.
InfluxdbReporter
resetRequest()
- Method in class metrics_influxdb.
InfluxdbHttp
Forgot previously appendSeries.
resetRequest()
- Method in class metrics_influxdb.
InfluxdbUdp
S
sendRequest(boolean, boolean)
- Method in class metrics_influxdb.
InfluxdbHttp
sendRequest(boolean, boolean)
- Method in class metrics_influxdb.
InfluxdbUdp
skipIdleMetrics(boolean)
- Method in class metrics_influxdb.
InfluxdbReporter.Builder
Only report metrics that have changed.
T
toTimePrecision(TimeUnit)
- Static method in class metrics_influxdb.
InfluxdbHttp
U
url
- Variable in class metrics_influxdb.
InfluxdbHttp
W
withClock(Clock)
- Method in class metrics_influxdb.
InfluxdbReporter.Builder
Use the given
Clock
instance for the time.
A
B
C
D
F
H
I
J
M
P
R
S
T
U
W
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014-2015. All Rights Reserved.