sebastienviale commented on code in PR #16148:
URL: https://github.com/apache/kafka/pull/16148#discussion_r1622820325
##########
docs/ops.html:
##########
@@ -3143,7 +3143,7 @@ <h5 class="anchor-heading"><a
id="kafka_streams_store_monitoring" class="anchor-
</tr>
<tr>
<td>all-latency-avg</td>
- <td>The average all operation execution time in ns.</td>
+ <td>The average execution time in ns, for iterating over the results
of the all operation.</td>
Review Comment:
I took your message, it fits more to the code:
public void close() {
try {
this.iter.close();
} finally {
this.sensor.record((double)(MeteredKeyValueStore.this.time.nanoseconds() -
this.startNs));
}
}
--
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]