| 接口 | 说明 |
|---|---|
| Counter |
A Counter is a
Metric that measures a count. |
| Meter |
Metric for measuring throughput.
|
| Metric | |
| MetricsContext |
| 类 | 说明 |
|---|---|
| AbstractMetricsContext | |
| JobMetrics | |
| Measurement |
Immutable data class containing information about one metric measurement, consisting of:
metric value
metric timestamp, generated when the metric was gathered
metric descriptor (set of tag name-value pairs)
A metrics descriptor can be thought of as a set of attributes associated with a particular
metric, metric which in turn is defined by its name (for a full list of metric names provided see
MetricNames). |
| MeasurementPredicates |
Static utility class for creating various
Measurement filtering predicates. |
| MetricNames | |
| MetricTags | |
| RawJobMetrics | |
| ThreadSafeCounter | |
| ThreadSafeQPSMeter |
| 枚举 | 说明 |
|---|---|
| Unit |
Copyright © 2024 The Apache Software Foundation. All rights reserved.