Uses of Interface
io.helidon.metrics.api.BaseMetricsSettings.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 BaseMetricsSettings.Builder in io.helidon.metrics.api
Modifier and TypeMethodDescriptionstatic BaseMetricsSettings.Builder
BaseMetricsSettings.builder()
Creates a new instance of the builder forBaseMetricsSettings
.static BaseMetricsSettings.Builder
BaseMetricsSettings.builder
(BaseMetricsSettings baseMetricsSettings) Creates a new instance of the builder based on the current settings in aBaseMetricsSettings
object.Sets values in the builder based on the providedConfig
node.BaseMetricsSettings.Builder.enableBaseMetric
(String dottedName, boolean value) Sets whether a specific base metric should be enabled.BaseMetricsSettings.Builder.enabled
(boolean value) Sets whether base metrics should be enabled.Modifier and TypeMethodDescriptionMetricsSettings.Builder.baseMetricsSettings
(BaseMetricsSettings.Builder baseMetricsSettingsBuilder) Set the base metrics settings.