Uses of Interface
io.helidon.metrics.api.ScopingConfig
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 ScopingConfig in io.helidon.metrics.api
Modifier and TypeClassDescriptionstatic class
ScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ScopingConfig> Fluent API builder base forScopingConfig
.Modifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Modifier and TypeMethodDescriptionScopingConfig.Builder.build()
ScopingConfig.Builder.buildPrototype()
static ScopingConfig
ScopingConfig.create()
Create a new instance with default values.static ScopingConfig
Create a new instance from configuration.MetricsConfig.BuilderBase.MetricsConfigImpl.scoping()
Modifier and TypeMethodDescriptionMetricsConfig.BuilderBase.scoping()
Settings related to scoping management.Modifier and TypeMethodDescriptionstatic ScopingConfig.Builder
ScopingConfig.builder
(ScopingConfig instance) Create a new fluent API builder from an existing instance.ScopingConfig.BuilderBase.from
(ScopingConfig prototype) Update this builder from an existing prototype instance.MetricsConfig.BuilderBase.scoping
(ScopingConfig scoping) Settings related to scoping management.Modifier and TypeMethodDescriptionMetricsConfig.BuilderBase.scoping
(Supplier<? extends ScopingConfig> supplier) Settings related to scoping management.