ocp_monagent queue is full

【 使用环境 】生产环境
【 OB or 其他组件 】ocp_monagent
【 使用版本 】OBCE-4.2.2
【问题描述】
告警事件详情
告警概述:alarm_template_id=0:host=10.38.14.26:exporter=/metrics/ob/basic 服务器存在监控exporter异常
告警详情:主机:10.38.14.26
告警:监控exporter http://10.38.14.26:62889/metrics/ob/basic(类型:OB_CLUSTER,采集间隔:15 秒)异常

登录 observer 查看 monagent进程存在,查看monagent.log

2024-07-06T11:11:20.68557+08:00 ERROR [50540,] caller=log_tailer/log_tailer_executor.go:254:WatchFile: handleWatchedNewLogs enqueue failed fields:, fileName=observer.log, error="queue is ful l"
2024-07-06T11:11:20.68558+08:00 ERROR [50540,] caller=log_tailer/log_tailer_executor.go:254:WatchFile: handleWatchedNewLogs enqueue failed fields:, fileName=observer.log, error="queue is full"
2024-07-06T11:11:20.6856+08:00 ERROR [50540,] caller=log_tailer/log_tailer_executor.go:254:WatchFile: handleWatchedNewLogs enqueue failed fields:, fileName=observer.log, error="queue is full"

请教下 这个问题 “queue is full”会导致 ocp_monagent 断断续续重启吗?怎么解决?我增加了内存还是会出现这个问题。

Queue is full 报错一般是因为监控数据采集的比较多,monitordb 规格太小,写不进去了,需要对 ocp_monitor 扩容,可以看下ocp server的配置及ocp_monitor租户配置,另外看下ocp-server.log,以上内容贴下