From 943783c8fbe57b048d36d23ca78daad577d0d743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Fri, 4 Aug 2023 02:11:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20typo=20in=20swarm=20metric?= =?UTF-8?q?s=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #631. Thanks @Zakariasemlali for noticing this :) --- slides/swarm/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/swarm/metrics.md b/slides/swarm/metrics.md index 0539abc6..60d7b54f 100644 --- a/slides/swarm/metrics.md +++ b/slides/swarm/metrics.md @@ -1019,7 +1019,7 @@ class: prom-manual --mount type=bind,source=/,target=/rootfs \ prom/node-exporter \ --path.procfs /host/proc \ - --path.sysfs /host/proc \ + --path.sysfs /host/sys \ --collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)" ```