Switch to kingpin flags (#639)
* Switch to kingpin flags * Fix logrus vendoring * Fix flags in main tests * Fix vendoring versions
This commit is contained in:
parent
1467d845fb
commit
dfe07eaae8
84 changed files with 9904 additions and 196 deletions
|
|
@ -135,9 +135,9 @@ docker run -d -p 9100:9100 \
|
|||
-v "/:/rootfs:ro" \
|
||||
--net="host" \
|
||||
quay.io/prometheus/node-exporter \
|
||||
-collector.procfs /host/proc \
|
||||
-collector.sysfs /host/sys \
|
||||
-collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"
|
||||
--collector.procfs /host/proc \
|
||||
--collector.sysfs /host/sys \
|
||||
--collector.filesystem.ignored-mount-points "^/(sys|proc|dev|host|etc)($|/)"
|
||||
```
|
||||
|
||||
Be aware though that the mountpoint label in various metrics will now have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue