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
sum (rate(container_cpu_usage_seconds_total{namespace="$namespace"}[1m])) / sum(kube_resourcequota{resource="limits.cpu",type="hard",namespace="$namespace"}) * 100
The kube_resourcequota doesn't per default have the label resource="limits.cpu". Maybe it can be exposed via kube metrics somehow/ some other metric can be used.
Proposal
Use a new dashboard that has the same information/ fix the current one and contribute upstream.
The text was updated successfully, but these errors were encountered:
Description
The dashboard is broken, as it's using old prometheus metrics, which don't exist anymore.
Further details
The dashboard is a copy from this repository https://github.com/yuripastushenko/k8s-resource-quota-dashboards.
One of the used queries showcases the problem:
The
kube_resourcequota
doesn't per default have the labelresource="limits.cpu"
. Maybe it can be exposed via kube metrics somehow/ some other metric can be used.Proposal
Use a new dashboard that has the same information/ fix the current one and contribute upstream.
The text was updated successfully, but these errors were encountered: