🐞 Fix typo in swarm metrics setup

Closes #631.

Thanks @Zakariasemlali for noticing this :)
This commit is contained in:
Jérôme Petazzoni
2023-08-04 02:11:39 +02:00
parent 46b3aa23bf
commit 943783c8fb

View File

@@ -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)($|/)"
```