healchow commented on code in PR #7942:
URL: https://github.com/apache/inlong/pull/7942#discussion_r1179066889
##########
inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/metrics/DataProxyMetricItem.java:
##########
@@ -144,7 +144,8 @@ public static void fillInlongId(Event event, Map<String,
String> dimensions) {
*/
public static void fillAuditFormatTime(Event event, Map<String, String>
dimensions) {
long msgTime = (event != null) ? AuditUtils.getLogTime(event) :
System.currentTimeMillis();
- long auditFormatTime = msgTime - msgTime %
CommonPropertiesHolder.getAuditFormatInterval();
+ long auditFormatTime =
Review Comment:
Sorry, but what is the hard wrap character number in your IDE?
In our project, there is a limit of 120 characters for a hard wrap. If it is
not necessary, I recommended not modifying irrelevant line wrap.
--
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]