Skip to content

excludeMetricsRegexp -- filter out noisy metrics, e,g CPU and OS#1975

Open
alex-zaitsev wants to merge 1 commit into0.27.0from
excludeMetricsRegexp
Open

excludeMetricsRegexp -- filter out noisy metrics, e,g CPU and OS#1975
alex-zaitsev wants to merge 1 commit into0.27.0from
excludeMetricsRegexp

Conversation

@alex-zaitsev
Copy link
Copy Markdown
Member

@alex-zaitsev alex-zaitsev commented Apr 30, 2026

Added operator config setting to exclude noise metrics from export. By default, CPU and OS metrics are excluded, those are reported by thread and rarely used.

Closes #1876

    excludeMetricsRegexp:
      - "^metric\\.(OS.*CPU[0-9]+|CPUFrequencyMHz_[0-9]+)$"

@alex-zaitsev
Copy link
Copy Markdown
Member Author

Test failure is because 0.27.0 image is pulled instead of PR one. Fixed in
e03f659

@alex-zaitsev alex-zaitsev changed the title excludeMetricsRegexp -- filter out noise metrice, e,g CPU and OS excludeMetricsRegexp -- filter out noisy metrics, e,g CPU and OS Apr 30, 2026
@sunsingerus sunsingerus added the planned for review This feature is planned for review label May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

planned for review This feature is planned for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants