JasonChen86899 opened a new issue, #5834: URL: https://github.com/apache/inlong/issues/5834
### What happened 1. mq sink add send result metric will do audit, now use **AUDIT_ID_DATAPROXY_READ_SUCCESS**, should be changed to **AUDIT_ID_DATAPROXY_SEND_SUCCESS** 2. mq sink get unreasonable Event from channel will do metric, now use **readFailCount**, should be changed to **sendFailCount** ### What you expected to happen 1. AUDIT_ID_DATAPROXY_READ_SUCCESS -> AUDIT_ID_DATAPROXY_SEND_SUCCESS 2. readFailCount -> sendFailCount ### How to reproduce package org.apache.inlong.dataproxy.sink.mqzone; public abstract class AbstractZoneSinkContext ### Environment _No response_ ### InLong version master ### InLong Component InLong DataProxy ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
