Uses of Class
io.helidon.metrics.api.ScopingConfig.Builder
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.Builder in io.helidon.metrics.api
Modifier and TypeMethodDescriptionstatic ScopingConfig.Builder
ScopingConfig.builder()
Create a new fluent API builder to customize configuration.static ScopingConfig.Builder
ScopingConfig.builder
(ScopingConfig instance) Create a new fluent API builder from an existing instance.Modifier and TypeMethodDescriptionMetricsConfig.BuilderBase.scoping
(Consumer<ScopingConfig.Builder> consumer) Settings related to scoping management.