Uses of Interface
io.helidon.metrics.api.RegistryFactory
-
Packages that use RegistryFactory Package Description 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.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.
-