doleyzi commented on code in PR #10232:
URL: https://github.com/apache/inlong/pull/10232#discussion_r1603299869


##########
inlong-audit/audit-sdk/README.md:
##########
@@ -68,4 +76,20 @@ In order to ensure the accuracy of auditing, each operator 
needs to create an au
 |----------|----------|
 | count  | count  |   
 | size | size   |     
-| delayTime     | Data transmission delay,equal to current time minus log time 
|
\ No newline at end of file
+| delayTime     | Data transmission delay,equal to current time minus log time 
|
+
+#### Build Audit item ID
+```java
+        AuditManagerUtils.buildAuditId(AuditIdEnum baseAuditId,
+        boolean success,
+        boolean isRealtime,
+        boolean discard,
+        boolean retry);
+```
+| parameter       | meaning                                                    
                  |

Review Comment:
   done



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