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 interfaceKeyPerformanceIndicatorMetricsSettings.BuilderDeprecated, 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.BuilderMetricsSupport.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.BuilderKeyPerformanceIndicatorMetricsSettings. builder()Creates a new builder for the settings.static KeyPerformanceIndicatorMetricsSettings.BuilderKeyPerformanceIndicatorMetricsSettings. builder(KeyPerformanceIndicatorMetricsSettings kpiMetricsSettings)Creates a builder using the values from an existingKeyPerformanceIndicatorMetricsSettingsinstance.KeyPerformanceIndicatorMetricsSettings.BuilderKeyPerformanceIndicatorMetricsSettings.Builder. config(Config kpiConfig)Updates the KPI metrics settings in the builder based on the providedConfigobject.KeyPerformanceIndicatorMetricsSettings.BuilderKeyPerformanceIndicatorMetricsSettings.Builder. extended(boolean value)Sets whether exntended KPI metrics should be enabled in the settings.KeyPerformanceIndicatorMetricsSettings.BuilderKeyPerformanceIndicatorMetricsSettings.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.BuilderMetricsSettings.Builder. keyPerformanceIndicatorSettings(KeyPerformanceIndicatorMetricsSettings.Builder kpiSettings)Set the KPI metrics settings.
-