Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
views/pods: use wildcard for
all
option in pod
variable
`pod` variable could contain thousands of options in some environments. Selecting `all` options would mean dashboard will include all of them into the PromQL query and potentially cause issues on processing. Switching to wildcard `.*` instead will prevent sending huge queries to database and dashboard will continue to work for any environment. See #129
- Loading branch information