Uses of Interface
io.helidon.metrics.api.KeyPerformanceIndicatorMetricsSettings
Packages that use KeyPerformanceIndicatorMetricsSettings
Package
Description
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.api
Methods in io.helidon.metrics.api that return KeyPerformanceIndicatorMetricsSettingsModifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsSettings.Builder.build()Builds aKeyPerformanceIndicatorMetricsSettingsusing the settings from the builder.Creates a newKeyPerformanceIndicatorMetricsSettingsinstance from the specified config node containing KPI metrics settings.MetricsSettings.keyPerformanceIndicatorSettings()Methods in io.helidon.metrics.api with parameters of type KeyPerformanceIndicatorMetricsSettingsModifier and TypeMethodDescriptionKeyPerformanceIndicatorMetricsSettings.builder(KeyPerformanceIndicatorMetricsSettings kpiMetricsSettings) Creates a builder using the values from an existingKeyPerformanceIndicatorMetricsSettingsinstance.