docs/en/assets/resources/_request_id.mdx
reqId can be used for request link tracing, similar to the role of traceId in distributed systems. A request may need to pass through multiple services or modules to be completed. reqId is used to identify and associate all related operations of this request, so that we can trace and analyze the complete path of the request.
Using reqId has the following benefits:
reqId with all related operations of a request, the complete path of the request in the system can be tracedreqId, it is possible to understand the processing time of the request across various services and modules, thereby identifying performance bottlenecksreqId associated with the requestIf the user does not set a reqId, the connector will internally generate one randomly, but it is still recommended that users set it to better associate it with user requests.