I want to exclude a path to avoid getting my logs spammed like so:
(disk.py:75) | Unable to get disk metrics for /host/proc/sys/fs/binfmt_misc:
[Errno 40] Too many levels of symbolic links:
'/host/proc/sys/fs/binfmt_misc'\n","stream":"stdout","time":"2020-03-12T23:01:38.424330408Z"}
I'm running datadog as a docker agent using the command here: https://docs.datadoghq.com/agent/docker/?tab=standard#installation
how do I specify files to exclude in the docker run command? is it an environment variable?