Uses of Interface
io.helidon.metrics.api.BaseMetricsSettings
Packages that use 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
Methods in io.helidon.metrics.api that return BaseMetricsSettingsModifier and TypeMethodDescriptionMetricsSettings.baseMetricsSettings()static BaseMetricsSettingsBaseMetricsSettings.create()Creates a new instance ofBaseMetricsSettingswith defaults.static BaseMetricsSettingsCreates a new instance ofBaseMetricsSettingsbased on the specifiedConfignode containing base metrics settings.Methods in io.helidon.metrics.api with parameters of type BaseMetricsSettingsModifier and TypeMethodDescriptionstatic BaseMetricsSettings.BuilderBaseMetricsSettings.builder(BaseMetricsSettings baseMetricsSettings) Creates a new instance of the builder based on the current settings in aBaseMetricsSettingsobject.