kamalcph commented on PR #15005: URL: https://github.com/apache/kafka/pull/15005#issuecomment-1858669208
The following metrics are related to each other: 1. RemoteCopyBytesLag and RemoteCopySegmentsLag 2. RemoteDeleteBytesLag and RemoteDeleteSegmentsLag We should update their values in-sync by taking a lock. Now, both the values are being updated individually. There will be a deviation when the metric-reporter-thread reports them in the background. (eg) RemoteCopyBytesLag can be shown as 0 but RemoteCopySegmentsLag can be shown as 1 in the Grafana dashboard. Shall we fix the discrepancy? -- 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]
