删除metric指标client_ip_sketch。(TSG-17949)

新增job name配置。
This commit is contained in:
qidaijie
2023-12-25 10:04:55 +08:00
parent 9e2d7350ea
commit 619ab0688c
6 changed files with 33 additions and 369 deletions

View File

@@ -85,7 +85,7 @@ public class ApplicationProtocolTopology {
config.get(SINK_KAFKA_TOPIC),
config.get(LOG_FAILURES_ONLY)));
environment.execute("APP-PROTOCOL-STAT-TRAFFIC-MERGE");
environment.execute(config.get(JOB_NAME));
} catch (Exception e) {
logger.error("This Flink task start ERROR! Exception information is :");
e.printStackTrace();