Uses of Interface
io.helidon.metrics.api.ComponentMetricsSettings
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 ComponentMetricsSettings in io.helidon.metrics.api
Modifier and TypeMethodDescriptionComponentMetricsSettings.Builder.build()
Constructs aComponentMetricsSettings
object from the builder.static ComponentMetricsSettings
Returns component metrics settings created from aConfig
node, by convention themetrics
config section within the component's own config section.Modifier and TypeMethodDescriptionstatic RegistryFactory
RegistryFactory.getInstance
(ComponentMetricsSettings componentMetricsSettings) Returns aRegistryFactory
according to theComponentMetricsSettings
provided and the underlying overall metrics settings.