public final class InfluxDbReporter extends ScheduledReporter
| Modifier and Type | Class and Description |
|---|---|
static class |
InfluxDbReporter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InfluxDbReporter.Builder |
forRegistry(MetricRegistry registry) |
void |
report(SortedMap<MetricName,Gauge> gauges,
SortedMap<MetricName,Counter> counters,
SortedMap<MetricName,Histogram> histograms,
SortedMap<MetricName,Meter> meters,
SortedMap<MetricName,Timer> timers)
Called periodically by the polling thread.
|
close, convertDuration, convertRate, getDurationUnit, getRateUnit, report, start, stoppublic static InfluxDbReporter.Builder forRegistry(MetricRegistry registry)
public void report(SortedMap<MetricName,Gauge> gauges, SortedMap<MetricName,Counter> counters, SortedMap<MetricName,Histogram> histograms, SortedMap<MetricName,Meter> meters, SortedMap<MetricName,Timer> timers)
ScheduledReporterreport in class ScheduledReportergauges - all of the gauges in the registrycounters - all of the counters in the registryhistograms - all of the histograms in the registrymeters - all of the meters in the registrytimers - all of the timers in the registryCopyright © 2021. All rights reserved.