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/01/21 06:27:01 UTC

[GitHub] [incubator-inlong] luchunliang commented on a change in pull request #2260: [INLONG-2255] DataProxy support audit sdk.

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

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