Uses of Interface
io.helidon.metrics.api.ComponentMetricsSettings.Builder
Package
Description
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.Builder in io.helidon.metrics.api
Modifier and TypeMethodDescriptionComponentMetricsSettings.builder()
Returns a builder forComponentMetricsSettings
.Returns a builder forComponentMetricsSettings
based on the provided component metric settings config node.Updates the builder using the provided metrics config.ComponentMetricsSettings.Builder.enabled
(boolean value) Sets whether metrics should be enabled for the component.