fresh-borzoni commented on code in PR #581:
URL: https://github.com/apache/fluss-rust/pull/581#discussion_r3336718962


##########
crates/fluss/src/metrics.rs:
##########
@@ -160,6 +171,7 @@ impl ScannerMetrics {
         Self {
             time_between_poll_ms: scanner_gauge(SCANNER_TIME_BETWEEN_POLL_MS, 
database, table),
             poll_idle_ratio: scanner_gauge(SCANNER_POLL_IDLE_RATIO, database, 
table),
+            last_poll_seconds_ago: 
scanner_gauge(SCANNER_LAST_POLL_SECONDS_AGO, database, table),

Review Comment:
   @charlesdong1991 But we still wait for the issue link here :) 



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