| Package | Description |
|---|---|
| org.apache.flink.runtime.metrics | |
| org.apache.flink.runtime.metrics.filter | |
| org.apache.flink.runtime.metrics.groups |
| Modifier and Type | Method and Description |
|---|---|
MetricFilter |
ReporterSetup.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
static ReporterSetup |
ReporterSetup.forReporter(String reporterName,
MetricFilter metricFilter,
org.apache.flink.metrics.reporter.MetricReporter reporter) |
| Constructor and Description |
|---|
ReporterSetup(String name,
org.apache.flink.metrics.MetricConfig configuration,
org.apache.flink.metrics.reporter.MetricReporter reporter,
MetricFilter filter,
Map<String,String> additionalVariables) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetricFilter
Default
MetricFilter implementation that filters metrics based on MetricOptions.REPORTER_INCLUDES/MetricOptions.REPORTER_EXCLUDES. |
| Modifier and Type | Field and Description |
|---|---|
static MetricFilter |
MetricFilter.NO_OP_FILTER
Filter that accepts every metric.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricFilter |
DefaultMetricFilter.fromConfiguration(org.apache.flink.configuration.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
MetricFilter |
ReporterScopedSettings.getFilter() |
| Constructor and Description |
|---|
ReporterScopedSettings(int reporterIndex,
char delimiter,
MetricFilter filter,
Set<String> excludedVariables,
Map<String,String> additionalVariables) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.