public class CsvReporter extends ScheduledReporter
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvReporter.Builder
A builder for
CsvReporter instances. |
| Modifier and Type | Method and Description |
|---|---|
static CsvReporter.Builder |
forRegistry(MetricRegistry registry)
Returns a new
CsvReporter.Builder for CsvReporter. |
void |
report(java.util.SortedMap<java.lang.String,Gauge> gauges,
java.util.SortedMap<java.lang.String,Counter> counters,
java.util.SortedMap<java.lang.String,Histogram> histograms,
java.util.SortedMap<java.lang.String,Meter> meters,
java.util.SortedMap<java.lang.String,Timer> timers)
Called periodically by the polling thread.
|
public static CsvReporter.Builder forRegistry(MetricRegistry registry)
CsvReporter.Builder for CsvReporter.registry - the registry to reportCsvReporter.Builder instance for a CsvReporterpublic void report(java.util.SortedMap<java.lang.String,Gauge> gauges, java.util.SortedMap<java.lang.String,Counter> counters, java.util.SortedMap<java.lang.String,Histogram> histograms, java.util.SortedMap<java.lang.String,Meter> meters, java.util.SortedMap<java.lang.String,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 registry"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"