Uses of Interface
io.helidon.metrics.api.BaseMetricsSettings
-
Packages that use BaseMetricsSettings Package Description 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 BaseMetricsSettings in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return BaseMetricsSettings Modifier and Type Method Description BaseMetricsSettings
MetricsSettings. baseMetricsSettings()
static BaseMetricsSettings
BaseMetricsSettings. create()
Creates a new instance ofBaseMetricsSettings
with defaults.static BaseMetricsSettings
BaseMetricsSettings. create(Config config)
Creates a new instance ofBaseMetricsSettings
based on the specifiedConfig
node containing base metrics settings.Methods in io.helidon.metrics.api with parameters of type BaseMetricsSettings Modifier and Type Method Description static BaseMetricsSettings.Builder
BaseMetricsSettings. builder(BaseMetricsSettings baseMetricsSettings)
Creates a new instance of the builder based on the current settings in aBaseMetricsSettings
object.
-