| Package | Description |
|---|---|
| org.apache.flink.runtime.metrics |
| Modifier and Type | Method and Description |
|---|---|
static ReporterSetup |
ReporterSetup.forReporter(String reporterName,
org.apache.flink.metrics.MetricConfig metricConfig,
org.apache.flink.metrics.reporter.MetricReporter reporter) |
static ReporterSetup |
ReporterSetup.forReporter(String reporterName,
org.apache.flink.metrics.reporter.MetricReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
static List<ReporterSetup> |
ReporterSetup.fromConfiguration(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.core.plugin.PluginManager pluginManager) |
| Constructor and Description |
|---|
MetricRegistryImpl(MetricRegistryConfiguration config,
Collection<ReporterSetup> reporterConfigurations)
Creates a new MetricRegistry and starts the configured reporter.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.