Uses of Interface
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsSettings.Builder
-
Packages that use KeyPerformanceIndicatorMetricsSettings.Builder Package Description io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats.io.helidon.metrics.api 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 KeyPerformanceIndicatorMetricsSettings.Builder in io.helidon.metrics
Subinterfaces of KeyPerformanceIndicatorMetricsSettings.Builder in io.helidon.metrics Modifier and Type Interface Description static interface
KeyPerformanceIndicatorMetricsSettings.Builder
Deprecated, for removal: This API element is subject to removal in a future version.Builder for KPI settings.Methods in io.helidon.metrics with parameters of type KeyPerformanceIndicatorMetricsSettings.Builder Modifier and Type Method Description MetricsSupport.Builder
MetricsSupport.Builder. keyPerformanceIndicatorsMetricsSettings(KeyPerformanceIndicatorMetricsSettings.Builder builder)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of KeyPerformanceIndicatorMetricsSettings.Builder in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return KeyPerformanceIndicatorMetricsSettings.Builder Modifier and Type Method Description static KeyPerformanceIndicatorMetricsSettings.Builder
KeyPerformanceIndicatorMetricsSettings. builder()
Creates a new builder for the settings.static KeyPerformanceIndicatorMetricsSettings.Builder
KeyPerformanceIndicatorMetricsSettings. builder(KeyPerformanceIndicatorMetricsSettings kpiMetricsSettings)
Creates a builder using the values from an existingKeyPerformanceIndicatorMetricsSettings
instance.KeyPerformanceIndicatorMetricsSettings.Builder
KeyPerformanceIndicatorMetricsSettings.Builder. config(Config kpiConfig)
Updates the KPI metrics settings in the builder based on the providedConfig
object.KeyPerformanceIndicatorMetricsSettings.Builder
KeyPerformanceIndicatorMetricsSettings.Builder. extended(boolean value)
Sets whether exntended KPI metrics should be enabled in the settings.KeyPerformanceIndicatorMetricsSettings.Builder
KeyPerformanceIndicatorMetricsSettings.Builder. longRunningRequestThresholdMs(long value)
Sets the long-running request threshold (in ms).Methods in io.helidon.metrics.api with parameters of type KeyPerformanceIndicatorMetricsSettings.Builder Modifier and Type Method Description MetricsSettings.Builder
MetricsSettings.Builder. keyPerformanceIndicatorSettings(KeyPerformanceIndicatorMetricsSettings.Builder kpiSettings)
Set the KPI metrics settings.
-