Yvanll
Yvanll
Hi, I found on the [DCGM document](https://docs.nvidia.com/datacenter/dcgm/latest/user-guide/getting-started.html#:~:text=In%20both%20modes%20the%20DCGM%20library%20should%20be%20run%20as%20root): the Embedded Mode should be run as root. Some 3rd-party DCGM Agent like [dcgm-exporter](https://github.com/NVIDIA/dcgm-exporter) will raise runtime error: "FATA[0000] Failed to watch metrics:...
Recently, I found dcgm-exporter will enconter a runtime error: FATA[0000] Failed to watch metrics: Error watching fields: Host engine is running as non-root. And adding `--cap-add=SYS_ADMIN` with `docker run` or...