dockerzhang commented on code in PR #5301: URL: https://github.com/apache/inlong/pull/5301#discussion_r935214982
########## inlong-agent/conf/agent.properties: ########## @@ -108,18 +108,12 @@ agent.manager.vip.http.host=127.0.0.1 agent.manager.vip.http.port=8083 agent.manager.auth.secretId= agent.manager.auth.secretKey= - - - ############################ -# prometheus config +# metric config ############################ -# whether to enable prometheus -agent.prometheus.enable=true -# prometheus exporter server default port +agent.domainListeners=org.apache.inlong.agent.metrics.AgentPrometheusMetricListener Review Comment: please list all available listeners in the annotation. -- 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]
