cockroachdb / cockroachdb/cockroach
changefeedccl: collect stats for distribution of spans along various dimensions
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
As we implement the better span-level checkpointing project, we've identified that there's an observability gap in the distribution of tracked spans along various dimensions (e.g. resolved timestamp, throughput). We should create histograms for each dimension and output them in structured logs. Once we have more data, we can think about adding heuristics to improve span selection for span-level checkpoints.
Jira issue: CRDB-46765
Contributor guide
Assessment
This issue has not been assessed yet.