如何将 file_system_blacklist arg 传递给 Datadog Docker Agent 运行 命令?
How do you pass file_system_blacklist arg to Datadog Docker Agent run command?
我想排除一条路径以避免我的日志像这样被垃圾邮件:
(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"}
我 运行ning datadog 作为 docker 代理使用这里的命令:
https://docs.datadoghq.com/agent/docker/?tab=standard#installation
如何在 docker 运行 命令中指定要排除的文件?是环境变量吗?
如果你想删除警告,你可以尝试在disk.yaml中的excluded_filesystems
中添加none
和shm
。此文件应存在于或在代理的 conf.d 目录中创建。
否则,您会发现更多选项here。
如果您希望从平台内的代理中排除日志,您可以查看排除代理 (doc)
在这里找到答案:https://github.com/DataDog/datadog-agent/issues/3329
字段为mount_point_blacklist
我想排除一条路径以避免我的日志像这样被垃圾邮件:
(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"}
我 运行ning datadog 作为 docker 代理使用这里的命令: https://docs.datadoghq.com/agent/docker/?tab=standard#installation
如何在 docker 运行 命令中指定要排除的文件?是环境变量吗?
如果你想删除警告,你可以尝试在disk.yaml中的excluded_filesystems
中添加none
和shm
。此文件应存在于或在代理的 conf.d 目录中创建。
否则,您会发现更多选项here。
如果您希望从平台内的代理中排除日志,您可以查看排除代理 (doc)
在这里找到答案:https://github.com/DataDog/datadog-agent/issues/3329
字段为mount_point_blacklist