charlesdong1991 opened a new pull request, #407:
URL: https://github.com/apache/fluss-rust/pull/407

   ### Purpose
   
   Linked issue: close #390 
   
   <!-- What is the purpose of the change -->
   
   ### Brief change log
   
   This PR adds a metrics framework and connection level metrics.
   
   NOTE: 
   There is an parity from Java, which is the scopeguard for in-flight on 
cancellation, because Java callback model doesn't have equivalent to tokio 
future cancellation. And if a tokio future is dropped mid-execution, it would 
skip decrement and cause gauge drift. So i think it's important to add 
"scopeguard" to avoid that.
   
   And I can have writer and scanner metrics as follow-up PRs.
   
   
   ### Tests
   
   All tests are passed locally.
   


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