fix(launcher): 修复launcher没有传递signature

This commit is contained in:
v-zhangjc9
2024-03-19 15:06:11 +08:00
parent 5771ec238b
commit 9ecaa73a70
2 changed files with 25 additions and 11 deletions

View File

@@ -71,6 +71,7 @@ public interface Constants {
String INSTANTS_OPTION = "-" + INSTANTS;
String BETA_OPTION = "-" + BETA;
String CLUSTER_OPTION = "-" + CLUSTER;
String SIGNATURE_OPTION = "-" + SIGNATURE;
String SPRING_SECURITY_AUTHORITY = "Anonymous";
String SPRING_SECURITY_USERNAME = "AxhEbscwsJDbYMH2";
@@ -117,6 +118,7 @@ public interface Constants {
String METRICS_LABEL_RUN_TYPE = "run_type";
String METRICS_LABEL_EXECUTOR_VERSION = "executor_version";
String METRICS_LABEL_CLUSTER = "cluster";
String METRICS_LABEL_SIGNATURE = "signature";
String METRICS_RUN_TYPE_SYNC = "sync";
String METRICS_RUN_TYPE_COMPACTION = "compaction";