changefeeds: add commit latency to metric dashboard #114649
Labels
A-cdc
Change Data Capture
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-cdc
The commit latency measures the difference between the MVCC timestamp and the time the event was committed to the sink. This is a useful metric for operators, however, it is currently missing from the metrics page of the DB Console.
Add a chart of commit latency on the changefeeds page of the DB Console. This should probably include some typical percentiles (i.e. p50, p90, p99, p99.95, etc.).
Jira issue: CRDB-33611
The text was updated successfully, but these errors were encountered: