yunqingmoswu commented on code in PR #5906:
URL: https://github.com/apache/inlong/pull/5906#discussion_r973986871
##########
inlong-sort/sort-common/src/main/java/org/apache/inlong/sort/configuration/Constants.java:
##########
@@ -275,10 +281,17 @@ public class Constants {
.defaultValue(5)
.withDescription("minutes");
- public static final ConfigOption<String> METRICS_AUDIT_PROXY_HOSTS =
key("metrics.audit.proxy.hosts")
- .noDefaultValue()
- .withDescription("Audit proxy host address for reporting audit
metrics. "
- + "e.g. 127.0.0.1:10081,0.0.0.1:10081");
+ public static final ConfigOption<String> METRICS_LABELS =
+ ConfigOptions.key("inlong.metric.labels")
+ .noDefaultValue()
+ .withDescription("INLONG GROUP ID + '&' + STREAM ID + '&'
+ NODE ID");
Review Comment:
Update the decribe of METRICS_LABELS.
--
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]