Thank you for your answer. I'm currently node_exporter is deployed in kubernetes and monitored by Prometheus. Does kubernetes deploy Reference documents for the exporter?
在2020年8月13日星期四 UTC+8 下午7:13:24<[email protected]> 写道: > It's because you're running node_exporter inside docker, so node_exporter > sees the filesystems as they are inside the docker container. > > See: https://github.com/prometheus/node_exporter#using-docker > > It's better to run node_exporter directly on the host - for example, copy > the binary to each host, and run it under systemd as a regular service. > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/537a3036-e916-422f-85f3-59d7ab49fcc1n%40googlegroups.com.

