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