public class JVMMetricsInfluxDbReporter extends ScheduledReporter
| Constructor and Description |
|---|
JVMMetricsInfluxDbReporter(MetricRegistry registry,
InfluxDbSender influxDb,
String name,
MetricFilter filter,
TimeUnit rateUnit,
TimeUnit durationUnit,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
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 JVMMetricsInfluxDbReporter(MetricRegistry registry, InfluxDbSender influxDb, String name, MetricFilter filter, TimeUnit rateUnit, TimeUnit durationUnit, Map<String,String> tags)
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.