Uses of Interface
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsSettings.Builder
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
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
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated, for removal: This API element is subject to removal in a future version.Builder for KPI settings.Modifier and TypeMethodDescriptionMetricsSupport.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
Modifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsSettings.builder()
Creates a new builder for the settings.KeyPerformanceIndicatorMetricsSettings.builder
(KeyPerformanceIndicatorMetricsSettings kpiMetricsSettings) Creates a builder using the values from an existingKeyPerformanceIndicatorMetricsSettings
instance.Updates the KPI metrics settings in the builder based on the providedConfig
object.KeyPerformanceIndicatorMetricsSettings.Builder.extended
(boolean value) Sets whether exntended KPI metrics should be enabled in the settings.KeyPerformanceIndicatorMetricsSettings.Builder.longRunningRequestThresholdMs
(long value) Sets the long-running request threshold (in ms).Modifier and TypeMethodDescriptionMetricsSettings.Builder.keyPerformanceIndicatorSettings
(KeyPerformanceIndicatorMetricsSettings.Builder kpiSettings) Set the KPI metrics settings.
MetricsSupport.Builder.metricsSettings(MetricsSettings.Builder)
withMetricsSettings.Builder.keyPerformanceIndicatorSettings(KeyPerformanceIndicatorMetricsSettings.Builder)
instead.