-
Notifications
You must be signed in to change notification settings - Fork 411
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
DeepFlow Component
Agent
What you expected to happen
虚拟机批量安装deepflow agent后,部分节点出现以下日志,发现agent无法上报
agent version:6.5
server version:6.5
"[2025-08-20 11:41:14.657106 +08:00] INFO [src/platform/synchronizer.rs:285] local version 1752727196, remote version 0, about to resync",
"[2025-08-20 11:41:14.657142 +08:00] INFO [src/platform/synchronizer.rs:260] local version is 1752727196, will send whole message",
"[2025-08-20 11:41:15.797895 +08:00] INFO [src/config/handler.rs:1731] analyzer_ip not set, remote log disabled",
"[2025-08-20 11:41:24.752672 +08:00] INFO [src/platform/synchronizer.rs:285] local version 1752727196, remote version 0, about to resync",
"[2025-08-20 11:41:24.752711 +08:00] INFO [src/platform/synchronizer.rs:260] local version is 1752727196, will send whole message",
"[2025-08-20 11:41:28.051662 +08:00] INFO [src/config/handler.rs:1731] analyzer_ip not set, remote log disabled",
"[2025-08-20 11:41:34.855512 +08:00] INFO [src/platform/synchronizer.rs:285] local version 1752727196, remote version 0, about to resync",
"[2025-08-20 11:41:34.855560 +08:00] INFO [src/platform/synchronizer.rs:260] local version is 1752727196, will send whole message"
配置:
max_collect_pps: 100
max_cpus: 1
max_millicpus: 200
max_memory: 200
system_load_circuit_breaker_threshold: 0.8
system_load_circuit_breaker_recover: 0.6
tap_interface_regex: ^(tap.|vvport.|cali.|veth.|eth.|en[osipx].|lxc.*)$
vtap_flow_1s_enabled: 0
l4_log_tap_types:
- -1
platform_enabled: 1
log_retention: 7
l7_metrics_enabled: 0
l7_log_store_tap_types: - -1
log_file_size: 100
external_agent_http_proxy_enabled: 0
static_config:
ebpf:
disabled: true
on-cpu-profile:
disabled: true
off-cpu-profile:
disabled: true
How to reproduce
No response
DeepFlow version
No response
DeepFlow agent list
No response
Kubernetes CNI
No response
Operation-System/Kernel version
No response
Anything else
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct