You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(k8s-views-namespaces): use custom all value for created_by filter
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: #146
0 commit comments