java.lang.Object
io.helidon.metrics.RegistryFactoryProviderImpl
- All Implemented Interfaces:
RegistryFactoryProvider
Full-featured metrics implementation of
RegistryFactoryProvider.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(MetricsSettings metricsSettings) Creates a newRegistryFactoryaccording to the specified metrics settings.
-
Constructor Details
-
RegistryFactoryProviderImpl
public RegistryFactoryProviderImpl()
-
-
Method Details
-
create
Description copied from interface:RegistryFactoryProviderCreates a newRegistryFactoryaccording to the specified metrics settings.Implementations of this method should assume that
MetricsSettings.isEnabled()istrueand do not need to check that themselves.- Specified by:
createin interfaceRegistryFactoryProvider- Parameters:
metricsSettings- theMetricsSettingsto use in creating the new registry factory- Returns:
- a new
RegistryFactorybased on the provided metrics settings
-