luchunliang commented on a change in pull request #2260:
URL: https://github.com/apache/incubator-inlong/pull/2260#discussion_r789390420



##########
File path: 
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/node/Application.java
##########
@@ -390,10 +392,12 @@ public static void main(String[] args) {
                     
application.handleConfigurationEvent(configurationProvider.getConfiguration());
                 }
             }
-            //metrics
+            // metrics
             
MetricObserver.init(ConfigManager.getInstance().getCommonProperties());
-            
-            //start application
+            // audit
+            AuditUtils.initAudit();
+

Review comment:
       add sendReport in hook




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