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)
MetricsSystemFactory
MetricsSystem
.create
in interface MetricsSystemFactory
config
- the metrics system configuration.MetricsSystem
.Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.