Uses of Interface
io.helidon.metrics.api.ComponentMetricsSettings
-
Packages that use ComponentMetricsSettings 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. -
-
Uses of ComponentMetricsSettings in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return ComponentMetricsSettings Modifier and Type Method Description ComponentMetricsSettingsComponentMetricsSettings.Builder. build()Constructs aComponentMetricsSettingsobject from the builder.static ComponentMetricsSettingsComponentMetricsSettings. create(Config config)Returns component metrics settings created from aConfignode, by convention themetricsconfig section within the component's own config section.Methods in io.helidon.metrics.api with parameters of type ComponentMetricsSettings Modifier and Type Method Description static RegistryFactoryRegistryFactory. getInstance(ComponentMetricsSettings componentMetricsSettings)Returns aRegistryFactoryaccording to theComponentMetricsSettingsprovided and the underlying overall metrics settings.
-