Interface MetricsSystemFactory
- All Known Implementing Classes:
NoopMetricsSystemFactory
public interface MetricsSystemFactory
A factory class for creating instances of
MetricsSystem.-
Method Summary
Modifier and TypeMethodDescriptioncreate(MetricsSystemConfiguration<?> config) Creates an instance of aMetricsSystem.
-
Method Details
-
create
Creates an instance of aMetricsSystem.- Parameters:
config- the metrics system configuration.- Returns:
- A new
MetricsSystem.
-