Skip to content

fix(k8s-views-namespaces): use custom all value for created_by filter #147

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

uhthomas
Copy link
Contributor

@uhthomas uhthomas commented Mar 27, 2025

Pull Request

Required Fields

🔎 What kind of change is it?

fix

🎯 What has been changed and why do we need it?

All other filters use a custom all value as it's much more efficient than constructing a query with every single created_by value. It also prevents queries from becoming too long and rejected by Prometheus.

Optional Fields

✔️ Which issue(s) this PR fixes?

#146

💬 Additional information?

  • ...

All other filters use a custom all value as it's much more efficient
than constructing a query with every single created_by value. It also
prevents queries from becoming too long and rejected by Prometheus.

Fixes: dotdc#146
@dotdc dotdc merged commit d1cf68b into dotdc:master Apr 10, 2025
1 check passed
@dotdc
Copy link
Owner

dotdc commented Apr 10, 2025

Thank you for the fix @uhthomas !

@dotdc
Copy link
Owner

dotdc commented Apr 10, 2025

🎉 This PR is included in version 2.7.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dotdc dotdc added the released label Apr 10, 2025
@dotdc dotdc mentioned this pull request Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants