kamalcph commented on code in PR #15133:
URL: https://github.com/apache/kafka/pull/15133#discussion_r1449241531


##########
core/src/main/scala/kafka/server/KafkaRequestHandler.scala:
##########
@@ -473,6 +498,11 @@ class BrokerTopicMetrics(name: Option[String], configOpt: 
java.util.Optional[Kaf
     brokerTopicAggregatedMetric.setPartitionMetricValue(partition, segmentsLag)
   }
 
+  def recordRemoteDeleteLagBytes(topic: String, segmentsLag: Long): Unit = {

Review Comment:
   Can we rename `segmentsLag` to `bytesLag`?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to