| Interface | Description |
|---|---|
| Metrics | |
| MetricsPublisher<E> | |
| Snapshot |
| Class | Description |
|---|---|
| FixedSizeSlidingWindowMetrics |
A
Metrics implementation is backed by a sliding window that aggregates only the last
N calls. |
| PartialAggregation | |
| SlidingTimeWindowMetrics |
A
Metrics implementation is backed by a sliding time window that aggregates only the
calls made in the last N seconds. |
| SnapshotImpl |
| Enum | Description |
|---|---|
| Metrics.Outcome |