timoninmaxim commented on code in PR #11612:
URL: https://github.com/apache/ignite/pull/11612#discussion_r1856940184
##########
modules/core/src/main/java/org/apache/ignite/internal/cdc/CdcMain.java:
##########
@@ -203,6 +213,9 @@ public class CdcMain implements Runnable {
/** Time of last segment consumption. */
private AtomicLongMetric lastSegmentConsumptionTs;
+ /** Time of WAL segment events processing by a CDC consumer, in
milliseconds. */
+ private HistogramMetricImpl eventsConsumptionTime;
Review Comment:
events -> evt
Move the declaration closer to `evtCaptureTime` and describe in javadocs the
time range (see how `evtCaptureTime` javadoc is written). Do the same for
metric description.
--
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]