ScopeConfig (metrics.api) Configuration

Type: io.helidon.metrics.api.ScopeConfig

Configuration options

Optional configuration options
keytypedefault valuedescription
enabled

boolean

true

Whether the scope is enabled.

@return if the scope is enabled
filter.exclude

Pattern

 

Regular expression for meter names to exclude.

@return exclude expression
filter.include

Pattern

 

Regular expression for meter names to include.

@return include expression
name

string

 

Name of the scope to which the configuration applies.

@return scope name