Uses of Interface
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
Packages that use 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
Classes in io.helidon.metrics.api with type parameters of type KeyPerformanceIndicatorMetricsConfigModifier and TypeClassDescriptionstatic class
KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER extends KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends KeyPerformanceIndicatorMetricsConfig> Fluent API builder base forKeyPerformanceIndicatorMetricsConfig
.Classes in io.helidon.metrics.api that implement KeyPerformanceIndicatorMetricsConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.metrics.api that return KeyPerformanceIndicatorMetricsConfigModifier 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()
Methods in io.helidon.metrics.api that return types with arguments of type KeyPerformanceIndicatorMetricsConfigModifier and TypeMethodDescriptionMetricsConfig.BuilderBase.keyPerformanceIndicatorMetricsConfig()
Key performance indicator metrics settings.Methods in io.helidon.metrics.api with parameters of type KeyPerformanceIndicatorMetricsConfigModifier 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.Method parameters in io.helidon.metrics.api with type arguments of type KeyPerformanceIndicatorMetricsConfigModifier and TypeMethodDescriptionMetricsConfig.BuilderBase.keyPerformanceIndicatorMetricsConfig
(Supplier<? extends KeyPerformanceIndicatorMetricsConfig> supplier) Key performance indicator metrics settings.