- java.lang.Object
-
- io.helidon.metrics.RegistryFactoryProviderImpl
-
- All Implemented Interfaces:
RegistryFactoryProvider
public class RegistryFactoryProviderImpl extends Object implements RegistryFactoryProvider
Full-featured metrics implementation ofRegistryFactoryProvider.
-
-
Constructor Summary
Constructors Constructor Description RegistryFactoryProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryFactorycreate(MetricsSettings metricsSettings)Creates a newRegistryFactoryaccording to the specified metrics settings.
-
-
-
Method Detail
-
create
public RegistryFactory create(MetricsSettings metricsSettings)
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
-
-