Skip to content

Cluster Chart: Prometheus rule expressions are not cluster specific #554

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

Open
fpfuetsch opened this issue Apr 11, 2025 · 0 comments · May be fixed by #555
Open

Cluster Chart: Prometheus rule expressions are not cluster specific #554

fpfuetsch opened this issue Apr 11, 2025 · 0 comments · May be fixed by #555
Labels
chart( cluster ) Related to the cluster chart

Comments

@fpfuetsch
Copy link
Contributor

fpfuetsch commented Apr 11, 2025

Currently the prometheus rule expressions do not specify a specific cluster but only a specific namespace. This causes duplicated alerts if multiple clusters are deployed (with their own prom rules) in the same namespace, since in those cases the prom rules of the other clusters fire as well.

To solve this the prometheus rule expressions should not filter for a namespace but for the metrics of a specific cluster using the job attribute of the metrics.

@dosubot dosubot bot added the chart( cluster ) Related to the cluster chart label Apr 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart( cluster ) Related to the cluster chart
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant