dockerzhang commented on code in PR #5552: URL: https://github.com/apache/inlong/pull/5552#discussion_r946302222
########## inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/sink/TubeSink.java: ########## @@ -121,6 +137,10 @@ public void configure(Context context) { // create producer holder producerHolder = new TubeProducerHolder(getName(), usedMasterAddr, configManager.getMqClusterConfig()); + // get statistic configure items + maxMonitorCnt = context.getInteger(MAX_MONITOR_CNT, 300000); + statIntervalSec = context.getInteger(STAT_INTERVAL_SEC, 60); Review Comment: make the configurations shown in config files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org