ScopingConfig (metrics.api) Configuration

Type: io.helidon.metrics.api.ScopingConfig

Configuration options

Optional configuration options
keytypedefault valuedescription
default

string

application

Default scope value to associate with meters that are registered without an explicit setting; no setting means meters are assigned scope io.helidon.metrics.api.Meter.Scope#DEFAULT.

@return default scope value
scopes 

Settings for individual scopes.

@return scope settings
tag-name

string

scope

Tag name for storing meter scope values in the underlying implementation meter registry.

@return tag name for storing scope values