public class NoopMetricsSystemFactory extends Object implements MetricsSystemFactory
MetricsSystemFactory for the NoopMetricsSystem.
No service file is provided for this implementation. It is the fallback implementation if no implementation or more than one implementation is found on the classpath.
| Constructor and Description |
|---|
NoopMetricsSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
NoopMetricsSystem |
create(MetricsSystemConfiguration<?> config)
Creates an instance of a
MetricsSystem. |
public NoopMetricsSystem create(MetricsSystemConfiguration<?> config)
MetricsSystemFactoryMetricsSystem.create in interface MetricsSystemFactoryconfig - the metrics system configuration.MetricsSystem.Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.