falcon-plus icon indicating copy to clipboard operation
falcon-plus copied to clipboard

graph服务获取agent服务上报数据丢失部分指标的数据

Open hack-brain opened this issue 11 months ago • 0 comments

我在一台服务器上配置了采集agent.alive,cpu,磁盘等指标数据,从agent日志看到都有成功的去发送数据,但是graph丢失了agent.alive这个指标的数据。我之前参考了一篇博客使用curl -s http://127.0.0.1:6071/index/updateAll 更新所有的索引成功的又获取了agent.alive这个指标数据,但是两周后又出现了这个情况这个即便调用更新索引的api还是没有解决

已经尝试了以下若干方法

    1.重启graph服务
    2.更新graph索引
    3.重启agent服务

hack-brain avatar Jan 18 '25 06:01 hack-brain