felipeagger / k8s-all-in-one

Create a All-in-one Kubernetes Cluster.
MIT License
39 stars 48 forks source link

Kubernetes monitoring dashboard does not show pods metrics #3

Open muzammil360 opened 6 months ago

muzammil360 commented 6 months ago

Kubernetes monitoring dashboard works great in general but it does not show pod related information. It appears that there is no label name associated with the metric which starts with k8s_. As a result no time series data is returned. Can you share why are we expecting the pod name to start with k8s_?

image
XavierFilipe commented 5 months ago

@muzammil360 you are right, i think this is dsnt make sense... can you make a PR to fix?