Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support disabling metric relabeling per tenant #6970

Merged
merged 5 commits into from
Dec 19, 2023

Conversation

Logiraptor
Copy link
Contributor

@Logiraptor Logiraptor commented Dec 19, 2023

What this PR does

This PR adds a new override to enable / disable metric relabeling per tenant. This is useful to prevent duplicate relabel processing when distributors are embedded into multiple components, or to mitigate expensive relabel rules temporarily during an incident.

Which issue(s) this PR fixes or relates to

Fixes #6968

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@Logiraptor Logiraptor marked this pull request as ready for review December 19, 2023 22:25
@Logiraptor Logiraptor requested review from a team as code owners December 19, 2023 22:25
Copy link
Contributor

@56quarters 56quarters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Nick Pillitteri <56quarters@users.noreply.github.com>
@Logiraptor Logiraptor enabled auto-merge (squash) December 19, 2023 22:56
@Logiraptor Logiraptor merged commit 14590eb into main Dec 19, 2023
28 checks passed
@Logiraptor Logiraptor deleted the logiraptor/disable-metric-relabeling-per-tenant branch December 19, 2023 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to disable relabel rules via configuration flag
3 participants