guozhangwang commented on a change in pull request #11805:
URL: https://github.com/apache/kafka/pull/11805#discussion_r832843342



##########
File path: 
clients/src/main/java/org/apache/kafka/clients/producer/internals/KafkaProducerMetrics.java
##########
@@ -76,7 +75,7 @@ public KafkaProducerMetrics(Metrics metrics) {
         );
         metadataWaitSensor = newLatencySensor(
             METADATA_WAIT,
-            "Total time producer has spent waiting on metadata in "
+            "Total time producer has spent waiting on metadata on topic 
metadata."

Review comment:
       nit: dup words? Should it be "waiting on metadata in nanoseconds."?




-- 
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]


Reply via email to