Interface ScopingConfig
- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
ScopingConfig.BuilderBase.ScopingConfigImpl
Deprecated, for removal: This API element is subject to removal in a future version.
Core metrics ignores these settings, and this type will be removed.
Scoping configuration retained for compatibility; core metrics ignores its settings.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forScopingConfig.static 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. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope tag names, and this constant will be removed. -
Method Summary
Modifier and TypeMethodDescriptionstatic ScopingConfig.Builderbuilder()Deprecated, for removal: This API element is subject to removal in a future version.Create a new fluent API builder to customize configuration.static ScopingConfig.Builderbuilder(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.static ScopingConfigcreate()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.Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.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.tagName()Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.
-
Field Details
-
SCOPE_TAG_NAME_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope tag names, and this constant will be removed.Legacy scope tag name retained for compatibility.- See Also:
-
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance from configuration.- Parameters:
config- used to configure the new instance- Returns:
- a new instance configured from configuration
-
create
Deprecated, for removal: This API element is subject to removal in a future version.Create a new instance with default values.- Returns:
- a new instance
-
defaultValue
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.Returns the configured default scope value.- Returns:
- configured default scope value
-
tagName
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores this value, and this method will be removed.Returns the configured scope tag name.- Returns:
- configured scope tag name
-
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.Returns the configured settings for individual scopes.- Returns:
- configured scope settings
-