gong commented on code in PR #5906:
URL: https://github.com/apache/inlong/pull/5906#discussion_r973909779


##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/configuration/Constants.java:
##########
@@ -280,6 +281,12 @@ public class Constants {
             .defaultValue(5)
             .withDescription("minutes");
 
+    public static final ConfigOption<String> METRICS_LABELS =
+            ConfigOptions.key("inlong.metric.label")
+                    .noDefaultValue()
+                    .withDescription("INLONG GROUP ID + '&' + STREAM ID + '&' 
+ NODE ID");
+
+

Review Comment:
   It is different with `INLONG_METRIC` of  
`inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java`



-- 
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

Reply via email to