Kube-state-metrics: Question about the default Kubernetes Pod Metrics dashboard

Created on 27 Dec 2017  Â·  2Comments  Â·  Source: kubernetes/kube-state-metrics

I downloaded the default kubernetes Pod Metrics dashboard as below,
https://grafana.com/dashboards/747

But I found that some metrics as below used in the dashboard do not exist in prometheus. What did I miss?
container_memory_working_set_bytes
container_cpu_usage_seconds_total
container_network_receive_bytes_total

Or can someone please provide some guide how to update the dashboard?

Some related information is as below,
prometheus version: v2.0.0
grafana version: v4.6.2
kube-state-metrics: quay.io/coreos/kube-state-metrics:v1.1.0
addon-resizer: gcr.io/google_containers/addon-resizer:1.0
OS: Oracle Linux 7.3

Most helpful comment

these metrics were generated by cadvisor(kubelet port: 4194) not ksm.

All 2 comments

these metrics were generated by cadvisor(kubelet port: 4194) not ksm.

Thanks for the info.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jackzampolin picture jackzampolin  Â·  8Comments

raja-gola picture raja-gola  Â·  6Comments

loveyang2012 picture loveyang2012  Â·  7Comments

tariq1890 picture tariq1890  Â·  6Comments

stvnwrgs picture stvnwrgs  Â·  7Comments