You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2021/12/08 02:19:39 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a change in pull request #1866: [INLONG-1712][Feature][Agent] Add agent Prometheus metric statistics

dockerzhang commented on a change in pull request #1866:
URL: https://github.com/apache/incubator-inlong/pull/1866#discussion_r764499964



##########
File path: inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constants/AgentConstants.java
##########
@@ -160,4 +160,10 @@
 
     public static final String AGENT_LOCAL_IP = "agent.local.ip";
 
+    public static final String PROMETHEUS_ENABLE = "agent.prometheus.enable";
+    public static final boolean DEFAULT_PROMETHEUS_ENABLE = false;
+

Review comment:
       what's difference about `PROMETHEUS_ENABLE` and  `DEFAULT_PROMETHEUS_ENABLE`?




-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org