Uses of Interface
io.helidon.metrics.api.RegistryFactory
-
Packages that use RegistryFactory Package Description io.helidon.integrations.microstream.metrics Provides support for Microstream-Metrics features integration.io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats.io.helidon.metrics.api 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.io.helidon.metrics.api.spi SPI for the metrics API. -
-
Uses of RegistryFactory in io.helidon.integrations.microstream.metrics
Methods in io.helidon.integrations.microstream.metrics that return RegistryFactory Modifier and Type Method Description RegistryFactoryMicrostreamMetricsSupport.Builder. registryFactory()get the current configured RegistryFactory.Methods in io.helidon.integrations.microstream.metrics with parameters of type RegistryFactory Modifier and Type Method Description MicrostreamMetricsSupport.BuilderMicrostreamMetricsSupport.Builder. registryFactory(RegistryFactory registryFactory)set the RegistryFactory. -
Uses of RegistryFactory in io.helidon.metrics
Classes in io.helidon.metrics that implement RegistryFactory Modifier and Type Class Description classRegistryFactoryAccess point to all registries.Methods in io.helidon.metrics that return RegistryFactory Modifier and Type Method Description RegistryFactoryRegistryFactoryProviderImpl. create(MetricsSettings metricsSettings)Methods in io.helidon.metrics with parameters of type RegistryFactory Modifier and Type Method Description MetricsSupport.BuilderMetricsSupport.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 RegistryFactory Modifier and Type Method Description static RegistryFactoryRegistryFactory. create()Returns aRegistryFactoryaccording to the default metrics settings.static RegistryFactoryRegistryFactory. create(Config config)Deprecated.Usecreate(MetricsSettings)insteadstatic 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 RegistryFactory Modifier and Type Method Description RegistryFactoryRegistryFactoryProvider. create(MetricsSettings metricsSettings)Creates a newRegistryFactoryaccording to the specified metrics settings.
-