io.helidon.metrics.api.ScopingConfig
Description
N/A
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
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 |
scopes | Map<String, ScopeConfig> | Settings for individual scopes | |
tag-name | String | scope | Tag name for storing meter scope values in the underlying implementation meter registry |
Usages
See the manifest for all available types.