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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
-
extended
public boolean extended()Description copied from interface:KeyPerformanceIndicatorMetricsConfig
Whether KPI extended metrics are enabled.- Specified by:
extended
in interfaceKeyPerformanceIndicatorMetricsConfig
- Returns:
- true if KPI extended metrics are enabled; false otherwise
-
longRunningRequestThreshold
Description copied from interface:KeyPerformanceIndicatorMetricsConfig
Threshold in ms that characterizes whether a request is long running.- Specified by:
longRunningRequestThreshold
in interfaceKeyPerformanceIndicatorMetricsConfig
- Returns:
- threshold in ms indicating a long-running request
-
toString
-
equals
-
hashCode
public int hashCode()
-