Module io.helidon.metrics.api
Package io.helidon.metrics.api
Class ScopingConfig.BuilderBase.ScopingConfigImpl
java.lang.Object
io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
- All Implemented Interfaces:
Prototype.Api
,ScopingConfig
- Enclosing class:
ScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ScopingConfig>
protected static class ScopingConfig.BuilderBase.ScopingConfigImpl
extends Object
implements ScopingConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.metrics.api.ScopingConfig
ScopingConfig.Builder, ScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ScopingConfig> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Default tag name for recording a meter's scope as a tag. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ScopingConfigImpl
(ScopingConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Modifier and TypeMethodDescriptionDefault scope value to associate with meters that are registered without an explicit setting; no setting means meters are assigned scope "application".boolean
int
hashCode()
scopes()
Settings for individual scopes.tagName()
Tag name for storing meter scope values in the underlying implementation meter registry.toString()
-
Field Details
-
SCOPE_TAG_NAME_DEFAULT
Default tag name for recording a meter's scope as a tag.- See Also:
-
-
Constructor Details
-
ScopingConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
defaultValue
Description copied from interface:ScopingConfig
Default scope value to associate with meters that are registered without an explicit setting; no setting means meters are assigned scope "application".- Specified by:
defaultValue
in interfaceScopingConfig
- Returns:
- default scope value
-
tagName
Description copied from interface:ScopingConfig
Tag name for storing meter scope values in the underlying implementation meter registry.- Specified by:
tagName
in interfaceScopingConfig
- Returns:
- tag name for storing scope values
-
scopes
Description copied from interface:ScopingConfig
Settings for individual scopes.- Specified by:
scopes
in interfaceScopingConfig
- Returns:
- scope settings
-
toString
-
equals
-
hashCode
public int hashCode()
-