| Package | Description |
|---|---|
| org.eclipse.microprofile.metrics |
| Class and Description |
|---|
| Counter
An incrementing and decrementing counter metric.
|
| Counting
An interface for metric types which have counts.
|
| Gauge
A gauge metric is an instantaneous reading of a particular value.
|
| Histogram
A metric which calculates the distribution of a value.
|
| Metadata
Bean holding the metadata of one single metric.
|
| Meter
A meter metric which measures mean throughput and one-, five-, and fifteen-minute
exponentially-weighted moving average throughputs.
|
| Metered
An object which maintains mean and exponentially-weighted rate.
|
| Metric
A tag interface to indicate that a class is a metric.
|
| MetricFilter
A filter used to determine whether or not a metric should be reported, among other things.
|
| MetricRegistry.Type
An enumeration representing the scopes of the MetricRegistry
|
| MetricType
An enumeration representing the different types of metrics.
|
| Sampling
An object which samples values.
|
| Snapshot
A statistical snapshot of a
Snapshot. |
| Timer
A timer metric which aggregates timing durations and provides duration statistics, plus
throughput statistics via
Meter. |
| Timer.Context
A timing context.
|
Copyright © 2017–2018 Eclipse MicroProfile. All rights reserved.