| Package | Description |
|---|---|
| com.networknt.metrics | |
| io.dropwizard.metrics | |
| io.dropwizard.metrics.influxdb |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMMetricsInfluxDbReporter.report(SortedMap<MetricName,Gauge> gauges,
SortedMap<MetricName,Counter> counters,
SortedMap<MetricName,Histogram> histograms,
SortedMap<MetricName,Meter> meters,
SortedMap<MetricName,Timer> timers) |
| Modifier and Type | Field and Description |
|---|---|
static MetricRegistry.MetricBuilder<Histogram> |
MetricRegistry.MetricBuilder.HISTOGRAMS |
| Modifier and Type | Method and Description |
|---|---|
Histogram |
MetricRegistry.histogram(MetricName name)
|
Histogram |
MetricRegistry.histogram(String name) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<MetricName,Histogram> |
MetricRegistry.getHistograms()
Returns a map of all the histograms in the registry and their names.
|
SortedMap<MetricName,Histogram> |
MetricRegistry.getHistograms(MetricFilter filter)
Returns a map of all the histograms in the registry and their names which match the given
filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricRegistryListener.onHistogramAdded(MetricName name,
Histogram histogram)
Called when a
Histogram is added to the registry. |
void |
MetricRegistryListener.Base.onHistogramAdded(MetricName name,
Histogram histogram) |
| Modifier and Type | Method and Description |
|---|---|
void |
Slf4jReporter.report(SortedMap<MetricName,Gauge> gauges,
SortedMap<MetricName,Counter> counters,
SortedMap<MetricName,Histogram> histograms,
SortedMap<MetricName,Meter> meters,
SortedMap<MetricName,Timer> timers) |
abstract void |
ScheduledReporter.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.
|
void |
ConsoleReporter.report(SortedMap<MetricName,Gauge> gauges,
SortedMap<MetricName,Counter> counters,
SortedMap<MetricName,Histogram> histograms,
SortedMap<MetricName,Meter> meters,
SortedMap<MetricName,Timer> timers) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfluxDbReporter.report(SortedMap<MetricName,Gauge> gauges,
SortedMap<MetricName,Counter> counters,
SortedMap<MetricName,Histogram> histograms,
SortedMap<MetricName,Meter> meters,
SortedMap<MetricName,Timer> timers) |
Copyright © 2021. All rights reserved.