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 StringDefault tag name for recording a meter's scope as a tag. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScopingConfigImpl(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".booleaninthashCode()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:ScopingConfigDefault scope value to associate with meters that are registered without an explicit setting; no setting means meters are assigned scope "application".- Specified by:
defaultValuein interfaceScopingConfig- Returns:
- default scope value
-
tagName
Description copied from interface:ScopingConfigTag name for storing meter scope values in the underlying implementation meter registry.- Specified by:
tagNamein interfaceScopingConfig- Returns:
- tag name for storing scope values
-
scopes
Description copied from interface:ScopingConfigSettings for individual scopes.- Specified by:
scopesin interfaceScopingConfig- Returns:
- scope settings
-
toString
-
equals
-
hashCode
public int hashCode()
-