我尝试在安装了Docker 1.11.0的运行CentOS 7.2.1的本地流浪汉机器上安装New Relic Servers for Linux.我已经按照步骤为Docker启用了Linux服务器,所有正在运行的容器都显示在New Relic Server页面中,但cpu和&内存使用情况为空.我也按照指南启用内存使用指标,但仍然没有运气(https://docs.newrelic.com/docs/servers/new-relic-servers-linux/installation-configuration/enabling-new-relic-servers-docker#enable-memory-usage).
我错过了什么吗?为什么它不起作用的任何线索?
最佳答案
我已经设法得到New Relic支持工程师的帮助.他们发现Docker 1.10与LSM不兼容.
原文链接:https://www.f2er.com/docker/435868.html临时解决方法:
>打开文件/etc/newrelic/nrsysmond.cfg
>添加行cgroup_style = 0
>保存文件,然后重新启动LSM:
sudo /etc/init.d/newrelic-sysmond restart
等几分钟,您将看到正在报告Docker指标.
But bear in mind that it’s an undocumented and untested workaround.
讨论链接:
https://discuss.newrelic.com/t/wrong-path-to-cpu-and-memoy-data/36177