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 2022/02/26 11:17:43 UTC

[GitHub] [incubator-inlong] baomingyu opened a new pull request #2755: [INGLONG-2754][agent]add stream dimension metric data to Prometheus and JMX

baomingyu opened a new pull request #2755:
URL: https://github.com/apache/incubator-inlong/pull/2755


   Fixes #2754
   add stream dimension metric data to Prometheus and JMX


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



[GitHub] [incubator-inlong] dockerzhang merged pull request #2755: [INGLONG-2754][Agent] Add stream metric data to Prometheus and JMX

Posted by GitBox <gi...@apache.org>.
dockerzhang merged pull request #2755:
URL: https://github.com/apache/incubator-inlong/pull/2755


   


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



[GitHub] [incubator-inlong] healchow commented on a change in pull request #2755: [INGLONG-2754][Agent] Add stream metric data to Prometheus and JMX

Posted by GitBox <gi...@apache.org>.
healchow commented on a change in pull request #2755:
URL: https://github.com/apache/incubator-inlong/pull/2755#discussion_r815380357



##########
File path: inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/CommonConstants.java
##########
@@ -137,5 +137,5 @@
     public static final String AGENT_NIX_OS = "nix";
     public static final String AGENT_NUX_OS = "nux";
     public static final String AGENT_COLON = ":";
-
+    

Review comment:
       Why add those blanks?

##########
File path: inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sinks/AbstractSink.java
##########
@@ -42,4 +62,27 @@ public MessageFilter initMessageFilter(JobProfile jobConf) {
         return null;
     }
 
+    @Override
+    public void init(JobProfile jobConf) {
+

Review comment:
       Why add those empty line?




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