Uses of Interface
io.helidon.metrics.api.SystemTagsManager
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 SystemTagsManager in io.helidon.metrics.api
Modifier and TypeMethodDescriptionstatic SystemTagsManager
SystemTagsManager.create
(MetricsConfig metricsConfig) Creates a new system tags manager using the provided metrics settings.static SystemTagsManager
SystemTagsManager.instance()
Returns the initialized instance of the tags manager.static SystemTagsManager
SystemTagsManager.instance
(MetricsConfig metricsConfig) Creates a new system tags manager using the provide metrics settings, saving the new instance as the initialized singleton which will be returned to subsequent invocations ofinstance()
.Modifier and TypeMethodDescriptionstatic void
SystemTagsManager.onChange
(Consumer<SystemTagsManager> changeListener) Allows subscription to notification when a new system tags manager is created with a new configuration.