Closed brokenjacobs closed 6 months ago
Thank you for the bug report @brokenjacobs, will have a look at it by the end of the week!
:tada: This issue has been resolved in version 1.1.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
@brokenjacobs Should be fixed https://github.com/dotdc/grafana-dashboards-kubernetes/commit/75dd5a15c11c5d3608c538af2888881ea6ca51d5, let me know if it's not the case.
Describe the bug
When in a cluster with a lot of churn on pods, the high cardinality pod metrics cause queries to fail due to the large number of series returns. For instance I doubled the max returned label sets in victoriametrics to 60k and I still fail when trying to use the pod dashboard:
How to reproduce?
Have a cluster with a lot of pods being created...
Expected behavior
No response
Additional context
I have a fix suggestion that seems to work fine for me. It involves changing the namespace and job queries to not query "all pods" for labels. Like this: