Filter Metric Name
Metric Name Filter Processor
The Metric Name Filter processor can be used to include or exclude metrics based on their name.
Supported Types
Metrics | Logs | Traces |
---|---|---|
✓ |
Configuration Table
Parameter | Type | Default | Description |
---|---|---|---|
action | enum | exclude | exclude or include metrics that match. |
match_type | enum | strict | Method for matching values. Strict matching requires that 'value' be an exact match. Regexp matching uses re2 to match a value. |
metric_names | strings | required | One or more metric names to match on. |
Example Configuration
Web Interface
Exclude Regexp
Filter out (exclude) metrics that match the expression k8s.node.*
.
Include Strict
Include metrics that match, drop all other metrics.