kamalcph commented on code in PR #15050:
URL: https://github.com/apache/kafka/pull/15050#discussion_r1432837641
##########
core/src/main/scala/kafka/server/KafkaRequestHandler.scala:
##########
@@ -426,6 +427,18 @@ class BrokerTopicMetrics(name: Option[String], configOpt:
java.util.Optional[Kaf
def remoteLogMetadataCount: Long =
metricGaugeTypeMap.get(RemoteStorageMetrics.REMOTE_LOG_METADATA_COUNT_METRIC.getName).brokerTopicAggregatedMetric.value()
+ def recordRemoteLogSizeBytes(partition: Int, bytesLag: Long): Unit = {
Review Comment:
rename `bytesLag` to `size` (or) something similar
--
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]