Uses of Interface
io.helidon.metrics.api.RegistryFactory
Packages that use RegistryFactory
Package
Description
Provides support for Microstream-Metrics features integration.
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
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.integrations.microstream.metrics
Methods in io.helidon.integrations.microstream.metrics that return RegistryFactoryModifier and TypeMethodDescriptionMicrostreamMetricsSupport.Builder.registryFactory()get the current configured RegistryFactory.Methods in io.helidon.integrations.microstream.metrics with parameters of type RegistryFactoryModifier and TypeMethodDescriptionMicrostreamMetricsSupport.Builder.registryFactory(RegistryFactory registryFactory) set the RegistryFactory. - 
Uses of RegistryFactory in io.helidon.metrics
Classes in io.helidon.metrics that implement RegistryFactoryMethods in io.helidon.metrics that return RegistryFactoryModifier and TypeMethodDescriptionRegistryFactoryProviderImpl.create(MetricsSettings metricsSettings) Methods in io.helidon.metrics with parameters of type RegistryFactoryModifier and TypeMethodDescriptionMetricsSupport.Builder.registryFactory(RegistryFactory factory) If you want to have multiple registry factories with different endpoints, you may create them usingcreate(MetricsSettings)orcreate()and create multipleMetricsSupportinstances with differentHelidonRestServiceSupport.Builder.webContext(String)contexts}. - 
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