Uses of Interface
io.helidon.metrics.api.BaseMetricsSettings
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 BaseMetricsSettings in io.helidon.metrics.api
Modifier and TypeMethodDescriptionMetricsSettings.baseMetricsSettings()
static BaseMetricsSettings
BaseMetricsSettings.create()
Creates a new instance ofBaseMetricsSettings
with defaults.static BaseMetricsSettings
Creates a new instance ofBaseMetricsSettings
based on the specifiedConfig
node containing base metrics settings.Modifier and TypeMethodDescriptionstatic BaseMetricsSettings.Builder
BaseMetricsSettings.builder
(BaseMetricsSettings baseMetricsSettings) Creates a new instance of the builder based on the current settings in aBaseMetricsSettings
object.