Uses of Interface
io.helidon.metrics.api.ScopingConfig
Packages that use 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
Classes in io.helidon.metrics.api with type parameters of type ScopingConfigModifier and TypeClassDescriptionstatic class
ScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ScopingConfig> Fluent API builder base forScopingConfig
.Classes in io.helidon.metrics.api that implement ScopingConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.metrics.api that return ScopingConfigModifier 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()
Methods in io.helidon.metrics.api that return types with arguments of type ScopingConfigModifier and TypeMethodDescriptionMetricsConfig.BuilderBase.scoping()
Settings related to scoping management.Methods in io.helidon.metrics.api with parameters of type ScopingConfigModifier 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.Method parameters in io.helidon.metrics.api with type arguments of type ScopingConfigModifier and TypeMethodDescriptionMetricsConfig.BuilderBase.scoping
(Supplier<? extends ScopingConfig> supplier) Settings related to scoping management.