Package | Description |
---|---|
org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
Modifier and Type | Interface and Description |
---|---|
interface |
Counter
An incrementing counter metric.
|
interface |
Histogram
A metric which calculates the distribution of a value.
|
interface |
Meter
A meter metric which measures mean throughput and one-, five-, and fifteen-minute
exponentially-weighted moving average throughputs.
|
interface |
Metered
An object which maintains mean and exponentially-weighted rate.
|
interface |
SimpleTimer
A simple timer metric which tracks elapsed time durations and count.
|
interface |
Timer
A timer metric which aggregates timing durations and provides duration statistics, plus
throughput statistics via
Meter . |
Copyright © 2020. All rights reserved.