Uses of Interface
io.helidon.metrics.api.RegistryFactory
Packages that use RegistryFactory
Package
Description
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
SPI for the metrics API.
-
Uses of RegistryFactory in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return RegistryFactoryModifier and TypeMethodDescriptionstatic RegistryFactoryRegistryFactory.create()Returns aRegistryFactoryaccording to the default metrics settings.static RegistryFactoryDeprecated.static RegistryFactoryRegistryFactory.create(MetricsSettings metricsSettings) Returns aRegistryFactoryaccording to the specifiedMetricsSettings.static RegistryFactoryRegistryFactory.getInstance()Returns the singleton instance of theRegistryFactory, either the initial default value or the one resulting from the most recent prior use ofgetInstance(MetricsSettings)orgetInstance(Config).static RegistryFactoryRegistryFactory.getInstance(Config config) Deprecated.UsegetInstance(MetricsSettings)insteadstatic RegistryFactoryRegistryFactory.getInstance(ComponentMetricsSettings componentMetricsSettings) Returns aRegistryFactoryaccording to theComponentMetricsSettingsprovided and the underlying overall metrics settings.static RegistryFactoryRegistryFactory.getInstance(MetricsSettings metricSettings) Returns aRegistryFactoryaccording to theMetricsSettingsprovided and makes the instance the new value of the singleton. -
Uses of RegistryFactory in io.helidon.metrics.api.spi
Methods in io.helidon.metrics.api.spi that return RegistryFactoryModifier and TypeMethodDescriptionRegistryFactoryProvider.create(MetricsSettings metricsSettings) Creates a newRegistryFactoryaccording to the specified metrics settings.
create(MetricsSettings)instead