fix(launcher): 修复launcher没有传递signature
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user