gong commented on code in PR #5906:
URL: https://github.com/apache/inlong/pull/5906#discussion_r973908263
##########
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java:
##########
@@ -82,10 +82,11 @@ public final class Constants {
public static final String INLONG_METRIC_STATE_NAME =
"inlong-metric-states";
public static final ConfigOption<String> INLONG_METRIC =
- ConfigOptions.key("inlong.group_stream_node")
+ ConfigOptions.key("inlong.metric.labels")
.stringType()
.noDefaultValue()
- .withDescription("INLONG GROUP ID + '&' + STREAM ID + '&' + NODE
ID");
+ .withDescription("INLONG metric labels, format is
'key1=value1&key2&value2',"
Review Comment:
description is error, format is 'key1=value1&key2=value2&key3=value3'
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]