Module io.helidon.metrics
Package io.helidon.metrics
Interface KeyPerformanceIndicatorMetricsSettings
- All Superinterfaces:
KeyPerformanceIndicatorMetricsSettings
@Deprecated(since="2.4.0",
forRemoval=true)
public interface KeyPerformanceIndicatorMetricsSettings
extends KeyPerformanceIndicatorMetricsSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Settings for KPI metrics (for compatibility).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated, for removal: This API element is subject to removal in a future version.Builder for KPI settings. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new builder for the settings.Methods inherited from interface io.helidon.metrics.api.KeyPerformanceIndicatorMetricsSettings
isExtended, longRunningRequestThresholdMs
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new builder for the settings.- Returns:
- new
KeyPerformanceIndicatorMetricsSettings.Builder
.
-
KeyPerformanceIndicatorMetricsSettings
instead.