You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Motivation
Although we has coverd most of standard metrics defined in FLIP-33: Standardize Connector Metrics, we still miss the metrics of pendingRecords which help us to trace data backlog.
Solution
pending records = latest log offset - fetched log offset.
For snapshot read phase of primary key table, it should be total records in kv snapshot - records emited, but to simplify, we can just trace the phase of incremental reading which read from change log.
Anything else?
No response
Willingness to contribute
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
@Alibaba-HZY asked to contribute this ticket in the original discussion #91@Alibaba-HZY do you still want to contribute?
yes, i've developed some code of this issue
Originally posted by luoyuxia November 28, 2024
Search before asking
Motivation
Although we has coverd most of standard metrics defined in FLIP-33: Standardize Connector Metrics, we still miss the metrics of
pendingRecords
which help us to trace data backlog.Solution
pending records =
latest log offset - fetched log offset
.For snapshot read phase of primary key table, it should be total records in kv snapshot - records emited, but to simplify, we can just trace the phase of incremental reading which read from change log.
Anything else?
No response
Willingness to contribute
The text was updated successfully, but these errors were encountered: