SteNicholas opened a new pull request, #3272: URL: https://github.com/apache/celeborn/pull/3272
### What changes were proposed in this pull request? Introduce `numBytesIn`, `numBytesOut`, `numBytesInPerSecond`, `numBytesOutPerSecond` metrics for `RemoteShuffleServiceFactory`. ### Why are the changes needed? There is no any metrics related to shuffle read operations and operations writing shuffle data for flink shuffle. It's proposed to introduce `numBytesIn`, `numBytesOut`, `numBytesInPerSecond`, `numBytesOutPerSecond` metrics for `RemoteShuffleServiceFactory`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? `RemoteShuffleOutputGateSuiteJ#testSimpleWriteData` -- 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]
