Uses of Interface
io.helidon.metrics.api.ScopeConfig
Packages that use ScopeConfig
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 in io.helidon.metrics.api
Classes in io.helidon.metrics.api with type parameters of type ScopeConfigModifier and TypeClassDescriptionstatic classScopeConfig.BuilderBase<BUILDER extends ScopeConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ScopeConfig>Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder base forScopeConfig.Classes in io.helidon.metrics.api that implement ScopeConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ScopeConfig in io.helidon.metrics.apiModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forScopeConfig.Classes in io.helidon.metrics.api that implement interfaces with type arguments of type ScopeConfigModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forScopeConfig.Methods in io.helidon.metrics.api that return ScopeConfigModifier and TypeMethodDescriptionScopeConfig.Builder.build()Create an instance from this builder.ScopeConfig.Builder.buildPrototype()Create an instance of the prototype.static ScopeConfigDeprecated, for removal: This API element is subject to removal in a future version.Create a new instance from configuration.Methods in io.helidon.metrics.api that return types with arguments of type ScopeConfigModifier and TypeMethodDescriptionScopingConfig.BuilderBase.scopes()Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.ScopingConfig.BuilderBase.ScopingConfigImpl.scopes()Deprecated, for removal: This API element is subject to removal in a future version.ScopingConfig.scopes()Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.Methods in io.helidon.metrics.api with parameters of type ScopeConfigModifier and TypeMethodDescriptionstatic ScopeConfig.BuilderScopeConfig.builder(ScopeConfig instance) Deprecated, for removal: This API element is subject to removal in a future version.Create a new fluent API builder from an existing instance.ScopeConfig.BuilderBase.from(ScopeConfig prototype) Update this builder from an existing prototype instance.ScopingConfig.BuilderBase.putScope(String key, ScopeConfig scope) Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.Method parameters in io.helidon.metrics.api with type arguments of type ScopeConfigModifier and TypeMethodDescriptionScopingConfig.BuilderBase.addScopes(Map<String, ? extends ScopeConfig> scopes) Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.ScopingConfig.BuilderBase.scopes(Map<String, ? extends ScopeConfig> scopes) Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores these settings, and this method will be removed.