public class CollectdReporter
extends io.dropwizard.metrics5.ScheduledReporter
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectdReporter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CollectdReporter.Builder |
forRegistry(io.dropwizard.metrics5.MetricRegistry registry)
Returns a builder for the specified registry.
|
void |
report(SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Gauge> gauges,
SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Counter> counters,
SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Histogram> histograms,
SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Meter> meters,
SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Timer> timers) |
void |
start(long period,
TimeUnit unit) |
public static CollectdReporter.Builder forRegistry(io.dropwizard.metrics5.MetricRegistry registry)
The default settings are:
ScheduledReporterpublic void start(long period,
TimeUnit unit)
start in class io.dropwizard.metrics5.ScheduledReporterpublic void report(SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Gauge> gauges, SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Counter> counters, SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Histogram> histograms, SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Meter> meters, SortedMap<io.dropwizard.metrics5.MetricName,io.dropwizard.metrics5.Timer> timers)
report in class io.dropwizard.metrics5.ScheduledReporterCopyright © 2019. All rights reserved.