Uses of Class
io.helidon.metrics.api.ScopeConfig.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 ScopeConfig.Builder in io.helidon.metrics.api
Modifier and TypeMethodDescriptionstatic ScopeConfig.Builder
ScopeConfig.builder()
Create a new fluent API builder to customize configuration.static ScopeConfig.Builder
ScopeConfig.builder
(ScopeConfig instance) Create a new fluent API builder from an existing instance.Modifier and TypeMethodDescriptionScopingConfig.BuilderBase.putScope
(String key, Consumer<ScopeConfig.Builder> consumer) This method adds a new value to the map, or replaces it if the key already exists.