mjsax commented on code in PR #16028:
URL: https://github.com/apache/kafka/pull/16028#discussion_r1610944460


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/metrics/StateStoreMetrics.java:
##########
@@ -149,6 +149,14 @@ private StateStoreMetrics() {}
     private static final String NUM_OPEN_ITERATORS_DESCRIPTION =
             "The current number of iterators on the store that have been 
created, but not yet closed";
 
+    private static final String ITERATOR_DURATION = "iterator-duration";
+    private static final String ITERATOR_DURATION_DESCRIPTION =
+            "time spent between creating an Iterator and closing it, in 
nanoseconds";

Review Comment:
   ```suggestion
               "time spent between creating an iterator and closing it, 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: jira-unsubscr...@kafka.apache.org

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

Reply via email to