cockroachdb / cockroachdb/cockroach

changefeedccl: add telemetry into which version changefeeds were created

Open
#118,946 1 comment 0 reactions 0 assignees View on GitHub
A-cdc C-enhancement P-3 T-cdc
Dominant language
Go
Stars
32.5k
Forks
4.1k
PR merge metrics
PR metrics pending

Description

There is some changefeed behavior that is influenced by the version in which the changefeed was created. When making changes to changefeedccl internals, it can be useful to know the impact of changes by having visibility into how many changefeeds were created at a specific version (e.g., determining the impact of migrations for https://github.com/cockroachdb/cockroach/issues/109702). Today we could only do this manually by looking at the legacy_payload in every cluster's sytem.job_info table.

This issue is a request to introduce telemetry that tracks # of changefeeds by the version number it was started in.

Jira issue: CRDB-35969

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.