Uses of Interface
io.helidon.metrics.api.SystemTagsManager
Packages that use 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
Methods in io.helidon.metrics.api that return SystemTagsManagerModifier and TypeMethodDescriptionstatic SystemTagsManagerSystemTagsManager.create(MetricsSettings metricsSettings) Creates a new system tags manager using the provided metrics settings and saves it as the initialized instance returned to subsequent invocations ofinstance().static SystemTagsManagerSystemTagsManager.instance()Returns the initialized instance of the tags manager.