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 classScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ScopingConfig>Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder base forScopingConfig.Classes in io.helidon.metrics.api that implement ScopingConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ScopingConfig in io.helidon.metrics.apiModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forScopingConfig.Classes in io.helidon.metrics.api that implement interfaces with type arguments of type ScopingConfigModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forScopingConfig.Methods in io.helidon.metrics.api that return ScopingConfigModifier and TypeMethodDescriptionScopingConfig.Builder.build()Create an instance from this builder.ScopingConfig.Builder.buildPrototype()Create an instance of the prototype.static ScopingConfigScopingConfig.create()Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance with default values.static ScopingConfigDeprecated, for removal: This API element is subject to removal in a future version.Create a new instance from configuration.MetricsConfig.BuilderBase.MetricsConfigImpl.scoping()Deprecated, for removal: This API element is subject to removal in a future version.MetricsConfig.scoping()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 that return types with arguments of type ScopingConfigModifier and TypeMethodDescriptionMetricsConfig.BuilderBase.scoping()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 ScopingConfigModifier and TypeMethodDescriptionstatic ScopingConfig.BuilderScopingConfig.builder(ScopingConfig 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.ScopingConfig.BuilderBase.from(ScopingConfig prototype) Update this builder from an existing prototype instance.MetricsConfig.BuilderBase.scoping(ScopingConfig scoping) 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 ScopingConfigModifier and TypeMethodDescriptionMetricsConfig.BuilderBase.scoping(Supplier<? extends ScopingConfig> supplier) 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.