This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
[stable/prometheus-operator] Kubernetes Grafana dashboards missing interval variable causing some panels to be empty #22027
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the bug
When deploying prometheus operator, the Kubernetes dashboards that are included are now missing the "interval" template variable, which is causing the "current network usage" panel in the Kubernetes compute resource dashboards to appear empty as well as the "CPU Utilisation" panel in the k8's / compute Resources / cluster dashboard
Version of Helm and Kubernetes:
Helm client version: 2.15.1
Helm server version: 2.16.1
Kubernetes version: 1.16.2
Which chart:
Appears to be every [stable/prometheus-operator] chart after 8.12.4
What happened:
The panels described above used to show information when the interval variable was present and the promql expressions called it using [$interval]. Now the variable is not there and the expressions use [$__interval], casing the "Current network usage" panels to be blank
What you expected to happen:
These panels should be showing information like they were in previous releases
How to reproduce it (as minimally and precisely as possible):
Deploy the prometheus operator 8.13.0 chart, go to the grafana page and look at the "Kubernetes / Compute Resources / * " dashboards and look at "Current network usage" panels
The text was updated successfully, but these errors were encountered: