dockerzhang commented on code in PR #10079:
URL: https://github.com/apache/inlong/pull/10079#discussion_r1580344407


##########
inlong-dataproxy/conf/common.properties:
##########
@@ -18,24 +18,24 @@
 
 # manager open api address and auth key
 manager.hosts=127.0.0.1:8083
-manager.auth.secretId=
-manager.auth.secretKey=
+manager.auth.secret.id=
+manager.auth.secret.key=
 
 # proxy cluster name
 proxy.cluster.name=default_dataproxy
 proxy.cluster.tag=default_cluster
-proxy.cluster.extTag=default=true
-proxy.cluster.inCharges=admin
+proxy.cluster.ext.tag=default=true
+proxy.cluster.incharges=admin
 # synchronize interval of meta config (millisecond)
 meta.config.sync.interval.ms=10000
 # whether to startup using the local metadata.json file without connecting to 
the Manager
-startup.using.local.meta.file.enable=false
+meta.config.startup.using.local.file.enable=false
 
 # metric config
 metricDomains=DataProxy
 
metricDomains.DataProxy.domainListeners=org.apache.inlong.dataproxy.metrics.prometheus.PrometheusMetricListener
 metricDomains.DataProxy.snapshotInterval=60000
-prometheusHttpPort=9081
+online.metric.prometheus.http.port=9081

Review Comment:
   ```suggestion
   metric.prometheus.http.port=9081
   ```



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