diff --git a/lotus-land-story/prometheus.yml b/lotus-land-story/prometheus.yml index 6652110..8218c3d 100644 --- a/lotus-land-story/prometheus.yml +++ b/lotus-land-story/prometheus.yml @@ -80,6 +80,11 @@ name: cadvisor image: gcr.io/cadvisor/cadvisor:{{ cadvisor_version }} restart: true + command: + #https://github.com/google/cadvisor/issues/2523#issuecomment-2258042352 + - "--housekeeping_interval=30s" + - "--docker_only=true" + - "--store_container_labels=false" volumes: - /:/rootfs:ro - /var/run:/var/run:rw