Uses of Interface
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
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 in io.helidon.metrics.api
Modifier and TypeClassDescriptionstatic class
KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER extends KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends KeyPerformanceIndicatorMetricsConfig> Fluent API builder base forKeyPerformanceIndicatorMetricsConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsConfig.Builder.build()
KeyPerformanceIndicatorMetricsConfig.Builder.buildPrototype()
KeyPerformanceIndicatorMetricsConfig.create()
Create a new instance with default values.Create a new instance from configuration.MetricsConfig.BuilderBase.MetricsConfigImpl.keyPerformanceIndicatorMetricsConfig()
Modifier and TypeMethodDescriptionMetricsConfig.BuilderBase.keyPerformanceIndicatorMetricsConfig()
Key performance indicator metrics settings.Modifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsConfig.builder
(KeyPerformanceIndicatorMetricsConfig instance) Create a new fluent API builder from an existing instance.KeyPerformanceIndicatorMetricsConfig.BuilderBase.from
(KeyPerformanceIndicatorMetricsConfig prototype) Update this builder from an existing prototype instance.MetricsConfig.BuilderBase.keyPerformanceIndicatorMetricsConfig
(KeyPerformanceIndicatorMetricsConfig keyPerformanceIndicatorMetricsConfig) Key performance indicator metrics settings.Modifier and TypeMethodDescriptionMetricsConfig.BuilderBase.keyPerformanceIndicatorMetricsConfig
(Supplier<? extends KeyPerformanceIndicatorMetricsConfig> supplier) Key performance indicator metrics settings.