Uses of Class
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.Builder
Packages that use KeyPerformanceIndicatorMetricsConfig.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 KeyPerformanceIndicatorMetricsConfig.Builder in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return KeyPerformanceIndicatorMetricsConfig.BuilderModifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsConfig.builder()
Create a new fluent API builder to customize configuration.KeyPerformanceIndicatorMetricsConfig.builder
(KeyPerformanceIndicatorMetricsConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.metrics.api with type arguments of type KeyPerformanceIndicatorMetricsConfig.BuilderModifier and TypeMethodDescriptionMetricsConfig.BuilderBase.keyPerformanceIndicatorMetricsConfig
(Consumer<KeyPerformanceIndicatorMetricsConfig.Builder> consumer) Key performance indicator metrics settings.