OneSizeFitsQuorum commented on code in PR #15363:
URL: https://github.com/apache/iotdb/pull/15363#discussion_r2050460216


##########
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template:
##########
@@ -371,6 +371,13 @@ 
iot_consensus_v2_deletion_file_dir=data/datanode/system/pipe/consensus/deletion
 ### Metric Configuration
 ####################
 
+# The username for the prometheus port of both the ConfigNode and the DataNode.
+# If left unset, the prometheus port can be accessed without authentication.
+metric_prometheus_reporter_username=
+
+# The password for the prometheus port of both the ConfigNode and the DataNode.

Review Comment:
   same as above



##########
iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template:
##########
@@ -371,6 +371,13 @@ 
iot_consensus_v2_deletion_file_dir=data/datanode/system/pipe/consensus/deletion
 ### Metric Configuration
 ####################
 
+# The username for the prometheus port of both the ConfigNode and the DataNode.

Review Comment:
   Please add
   * Options
   * effectiveMode
   * Datatype



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

Reply via email to