hstream
hstream copied to clipboard
[skip ci] dev-deploy: opts for `node_exporter`
PR Description
Type of change
- [x] Bug fix
Summary of the change and which issue is fixed
Main changes: as
docker run -d \
--net="host" \
--pid="host" \
-v "/:/host:ro,rslave" \
quay.io/prometheus/node-exporter:latest \
--path.rootfs=/host
Checklist
- I have run
format.shunderscript - I have commented my code, particularly in hard-to-understand areas
- New and existing unit tests pass locally with my changes
cc @YangKian