Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changefeeds: add commit latency to metric dashboard #114649

Closed
nicktrav opened this issue Nov 17, 2023 · 2 comments
Closed

changefeeds: add commit latency to metric dashboard #114649

nicktrav opened this issue Nov 17, 2023 · 2 comments
Assignees
Labels
A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc

Comments

@nicktrav
Copy link
Collaborator

nicktrav commented Nov 17, 2023

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

@nicktrav nicktrav added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-cdc Change Data Capture T-cdc labels Nov 17, 2023
Copy link

blathers-crl bot commented Nov 17, 2023

cc @cockroachdb/cdc

@nicktrav
Copy link
Collaborator Author

We completed this in #101790.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cdc Change Data Capture C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-cdc
Projects
None yet
Development

No branches or pull requests

1 participant