Uses of Interface
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsSettings
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 in io.helidon.metrics
Modifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of KeyPerformanceIndicatorMetricsSettings in io.helidon.metrics.api
Modifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsSettings.Builder.build()
Builds aKeyPerformanceIndicatorMetricsSettings
using the settings from the builder.Creates a newKeyPerformanceIndicatorMetricsSettings
instance from the specified config node containing KPI metrics settings.MetricsSettings.keyPerformanceIndicatorSettings()
Modifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsSettings.builder
(KeyPerformanceIndicatorMetricsSettings kpiMetricsSettings) Creates a builder using the values from an existingKeyPerformanceIndicatorMetricsSettings
instance.
KeyPerformanceIndicatorMetricsSettings
instead.