Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我能够毫无问题地设置石墨、碳和耳语。我收集了将数据发送到碳中,所有这些都很好。我可以毫无问题地生成图表查看报告。现在,一些被监控的虚拟机已被删除。 我如何从石墨控制台中删除这些虚拟机并从耳语中清除它们的数据? 谢谢
Graphite-webapp 根据存储位置的文件系统内容动态生成图树。默认值为 - /opt/graphite/storage/whisper/stats/。删除.wsp文件,它们将不再出现在 webapp 中。
/opt/graphite/storage/whisper/stats/
.wsp
删除耳语文件是第一步,但您还需要从耳语目录中剔除空目录:
find /var/lib/carbon/whisper -type d -empty | xargs sudo rmdir