| Interface | Description |
|---|---|
| MetricFetcher |
The MetricFetcher can be used to fetch metrics from the JobManager and all registered TaskManagers.
|
| Class | Description |
|---|---|
| MetricFetcherImpl<T extends RestfulGateway> |
Implementation of
MetricFetcher which fetches metrics from the MetricQueryServiceGateway. |
| MetricStore |
Nested data-structure to store metrics.
|
| MetricStore.ComponentMetricStore |
Structure containing metrics of a single component.
|
| MetricStore.TaskManagerMetricStore |
Sub-structure containing metrics of a single TaskManager.
|
| MetricStore.TaskMetricStore |
Sub-structure containing metrics of a single Task.
|
| Enum | Description |
|---|---|
| VoidMetricFetcher |
No-op implementation of the
MetricFetcher. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.