| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CounterMetric
Metric based on a counter (long value) typically used to count discrete events.
|
interface |
GaugeDoubleMetric
Metric based on a gauge returning double values.
|
interface |
GaugeLongMetric
Metric based on an underlying gauge that reports long values.
|
interface |
TimedMetric
A TimedMetric for measuring execution time for methods and events.
|
interface |
ValueMetric
Metric that collects long values (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Metric> |
MetricManager.getJvmMetrics()
Return the core JVM metrics.
|
static Collection<Metric> |
MetricManager.getMetrics()
Return all the non-JVM registered metrics.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Metric> |
SpiMetricManager.getJvmMetrics()
Return a collection of the JVM metrics.
|
Collection<Metric> |
SpiMetricManager.getMetrics()
Return a collection of all the metrics.
|
Copyright © 2019. All rights reserved.