| Package | Description |
|---|---|
| org.avaje.metric |
The main public API for Avaje Metrics.
|
| org.avaje.metric.spi |
The service provider API that needs to be implemented by implementors.
|
| org.avaje.metric.statistics |
| Modifier and Type | Method and Description |
|---|---|
List<MetricStatistics> |
MetricSupplier.collectMetrics()
Return extra metrics that should be included in metrics reporting.
|
static List<MetricStatistics> |
MetricManager.collectNonEmptyJvmMetrics()
Return JVM metrics that are not empty.
|
static List<MetricStatistics> |
MetricManager.collectNonEmptyMetrics()
Return all the non-JVM registered metrics that are not empty.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricStatistics> |
SpiMetricManager.collectNonEmptyJvmMetrics()
Return the collection of JVM metrics that are non-empty (for reporting).
|
List<MetricStatistics> |
SpiMetricManager.collectNonEmptyMetrics()
Return the collection of metrics that are considered non-empty.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CounterStatistics
Statistics provided by the
CounterMetric. |
interface |
GaugeDoubleStatistics
Statistics provided by the
GaugeDoubleMetric. |
interface |
GaugeLongStatistics
Statistics provided by the
GaugeLongMetric. |
interface |
TimedStatistics
Statistics collected by TimedMetric.
|
interface |
ValueStatistics
Statistics collected by ValueMetric or TimedMetric.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimedAdapter
Can be used by
MetricSupplier when adapting metrics from an external source. |
Copyright © 2019. All rights reserved.