Module io.helidon.metrics.api
Package io.helidon.metrics.api
Class KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
java.lang.Object
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
- All Implemented Interfaces:
Prototype.Api
,KeyPerformanceIndicatorMetricsConfig
- Enclosing class:
KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER extends KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends KeyPerformanceIndicatorMetricsConfig>
protected static class KeyPerformanceIndicatorMetricsConfig.BuilderBase.KeyPerformanceIndicatorMetricsConfigImpl
extends Object
implements KeyPerformanceIndicatorMetricsConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsConfig
KeyPerformanceIndicatorMetricsConfig.Builder, KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER extends KeyPerformanceIndicatorMetricsConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends KeyPerformanceIndicatorMetricsConfig> -
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
KeyPerformanceIndicatorMetricsConfigImpl
(KeyPerformanceIndicatorMetricsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Field Details
-
LONG_RUNNING_REQUESTS_THRESHOLD_DEFAULT
Default long-running requests threshold.- See Also:
-
-
Constructor Details
-
KeyPerformanceIndicatorMetricsConfigImpl
protected KeyPerformanceIndicatorMetricsConfigImpl(KeyPerformanceIndicatorMetricsConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details