I have a GKE cluster running kubernetes 1.16.9. I'm trying to get a monitoring system working using Prometheus, and Grafana.
The dashboard I'm using is the standard "Kubernetes Cluster Monitoring" https://grafana.com/grafana/dashboards/315
When I import it though, I can't see the pod-by-pod CPU/Memory usage, I just see "value":
I have another cluster with an almost identical setup using kubernetes 1.15 and the dashboard works perfectly showing each pod and the usage of each pod.
Why is this the case? I'm fairly new to understanding prometheus/grafana and how all this works together.
What could be causing this issue? The metrics are showing, and kubectl top pod shows up... so I think metrics-server is working well...
Any tips on trying to debug this?