[refactor](coordinator) split profile logic and instance report logic (#32010)

Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
yiguolei
2024-04-03 18:48:19 +08:00
committed by yiguolei
parent b85bf3b6b0
commit 16f8afc408
21 changed files with 724 additions and 630 deletions

View File

@ -2520,6 +2520,7 @@ public class Config extends ConfigBase {
"Whether to enable proxy protocol"
})
public static boolean enable_proxy_protocol = false;
public static int profile_async_collect_expire_time_secs = 5;
//==========================================================================