Uses of Interface
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsSettings
-
Packages that use KeyPerformanceIndicatorMetricsSettings 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 in io.helidon.metrics
Subinterfaces of KeyPerformanceIndicatorMetricsSettings in io.helidon.metrics Modifier and Type Interface Description interface
KeyPerformanceIndicatorMetricsSettings
Deprecated, for removal: This API element is subject to removal in a future version.UseKeyPerformanceIndicatorMetricsSettings
instead. -
Uses of KeyPerformanceIndicatorMetricsSettings in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return KeyPerformanceIndicatorMetricsSettings Modifier and Type Method Description KeyPerformanceIndicatorMetricsSettings
KeyPerformanceIndicatorMetricsSettings.Builder. build()
Builds aKeyPerformanceIndicatorMetricsSettings
using the settings from the builder.static KeyPerformanceIndicatorMetricsSettings
KeyPerformanceIndicatorMetricsSettings. create(Config kpiConfig)
Creates a newKeyPerformanceIndicatorMetricsSettings
instance from the specified config node containing KPI metrics settings.KeyPerformanceIndicatorMetricsSettings
MetricsSettings. keyPerformanceIndicatorSettings()
Methods in io.helidon.metrics.api with parameters of type KeyPerformanceIndicatorMetricsSettings Modifier and Type Method Description static KeyPerformanceIndicatorMetricsSettings.Builder
KeyPerformanceIndicatorMetricsSettings. builder(KeyPerformanceIndicatorMetricsSettings kpiMetricsSettings)
Creates a builder using the values from an existingKeyPerformanceIndicatorMetricsSettings
instance.
-