cockroachdb / cockroachdb/cockroach
changefeedccl: add commit latency metric based on byte count
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
There is currently a metric, changefeed_commit_latency, which tracks the latency per batch/message. It could be interesting to measure commit latency scaled by the number of bytes in the batch.
Jira issue: CRDB-37683
Contributor guide
Assessment
This issue has not been assessed yet.