From cd5994a7925208153b7e5132f2ea068bd29b5712 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sun, 6 Oct 2024 15:04:36 -0700 Subject: [PATCH] cadvisor resourcing --- lotus-land-story/prometheus.yml | 5 +++++ 1 file changed, 5 insertions(+) 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