| Package | Description |
|---|---|
| org.apache.flink.metrics | |
| org.apache.flink.metrics.groups | |
| org.apache.flink.metrics.reporter |
| Modifier and Type | Field and Description |
|---|---|
static CharacterFilter |
CharacterFilter.NO_OP_FILTER |
| Modifier and Type | Method and Description |
|---|---|
String |
LogicalScopeProvider.getLogicalScope(CharacterFilter filter)
Returns the logical scope for the metric group, for example
"taskmanager.job.task",
with the given filter being applied to all scope components. |
String |
LogicalScopeProvider.getLogicalScope(CharacterFilter filter,
char delimiter)
Returns the logical scope for the metric group, for example
"taskmanager.job.task",
with the given filter being applied to all scope components and the given delimiter being
used to concatenate scope components. |
String |
MetricGroup.getMetricIdentifier(String metricName,
CharacterFilter filter)
Returns the fully qualified metric name, for example
"host-7.taskmanager-2.window_word_count.my-mapper.metricName". |
| Modifier and Type | Method and Description |
|---|---|
String |
UnregisteredMetricsGroup.getMetricIdentifier(String metricName,
CharacterFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReporter
Base interface for custom metric reporters.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.