Uses of Interface
io.helidon.metrics.api.MetricsSettings
-
Packages that use MetricsSettings 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 MetricsSettings in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return MetricsSettings Modifier and Type Method Description MetricsSettingsMetricsSettings.Builder. build()Constructs aMetricsSettingsobject from the builder.static MetricsSettingsMetricsSettings. create()Returns default metrics settings based on default config.static MetricsSettingsMetricsSettings. create(Config config)Returns metrics settings based on aConfignode, by convention themetricsconfig section within the overallmetricsconfig.Methods in io.helidon.metrics.api with parameters of type MetricsSettings Modifier and Type Method Description static MetricsSettings.BuilderMetricsSettings. builder(MetricsSettings metricsSettings)Creates a builder based on the values in an existingMetricsSettingsinstance.static RegistryFactoryRegistryFactory. create(MetricsSettings metricsSettings)Returns aRegistryFactoryaccording to the specifiedMetricsSettings.static RegistryFactoryRegistryFactory. getInstance(MetricsSettings metricSettings)Returns aRegistryFactoryaccording to theMetricsSettingsprovided and makes the instance the new value of the singleton.default voidRegistryFactory. update(MetricsSettings metricsSettings)Updates the metrics settings for theRegistryFactory. -
Uses of MetricsSettings in io.helidon.metrics.api.spi
Methods in io.helidon.metrics.api.spi with parameters of type MetricsSettings Modifier and Type Method Description RegistryFactoryRegistryFactoryProvider. create(MetricsSettings metricsSettings)Creates a newRegistryFactoryaccording to the specified metrics settings.
-