Replies: 1 comment
-
需要提供下插件日志 跟 采集配置(yaml文件)。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
问题阐述:两台部署同一个服务(check)所在的容器节点,其它微服务包括该微服务日志出现了重复采集,而且是多次重复采集。


现象:check微服务日志量是较大的,一天大概40-50个G左右,日志发生切割时,会压缩成压缩包(目前不确定是否因该原因引起),Ilogtail日志上有看到有采集延迟,CPU会偶现突增现象。
日志重采截图:
ilogtail采集配置:
ilogtail-config-json:
{
"polling_ignore_file_modify_timeout": 7200,
"polling_file_first_watch_timeout": 600,
"check_point_dump_interval": 5,
"cpu_usage_limit": 5,
"mem_usage_limit": 1024
}
节点CPU使用率:
节点日志较大时,CPU突增
Ilogtail出现重采发现异常日志:
ilogtail.LOG
望及时回复,谢谢~
Beta Was this translation helpful? Give feedback.
All reactions