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