Node-exporterPrometheus exporter for machine metrics, written in Go with pluggable metric collectors.Links:Home: https://prometheus.io/docs/guides/node-exporter/Source: https://github.com/prometheus/node_exporterImage: https://hub.docker.com/r/prom/node-exporter/name: node_exporter services: node_exporter: image: quay.io/prometheus/node-exporter:v1.10.2 container_name: node_exporter restart: unless-stopped pid: host ports: - 9100:9100 command: - '--path.rootfs=/host' # kics-scan ignore-block volumes: - '/:/host:ro,rslave'