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.UseKeyPerformanceIndicatorMetricsSettingsinstead.Settings for KPI metrics (for compatibility). 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKeyPerformanceIndicatorMetricsSettings.BuilderDeprecated, for removal: This API element is subject to removal in a future version.Builder for KPI settings. 
- 
Method Summary
All Methods Static Methods Deprecated Methods Modifier and Type Method Description static KeyPerformanceIndicatorMetricsSettings.Builderbuilder()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 Detail
- 
builder
static KeyPerformanceIndicatorMetricsSettings.Builder 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. 
 
 - 
 
 -