-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
What would you like to be added:
Support wildcard or regex matching in --metric-annotations-allowlist, for example:
pods=[monitoring.vmagent.io/*]pods=[^monitoring\.vmagent\.io/.*$]
Why is this needed:
Many annotation keys share a common prefix, but today they must be listed one by one. This is hard to maintain and does not work well for dynamic annotation names.
Describe the solution you'd like:
Allow filtering annotation keys by prefix or regex in --metric-annotations-allowlist, while keeping support for exact matches.
Additional context:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Type
Projects
Status
Needs Triage