cockroachdb / cockroachdb/cockroach
sqlstats, ui: show message on sql activity page when flushing stopped due to reaching table row count limit
Open
A-cluster-observability
C-bug
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
As of https://github.com/cockroachdb/cockroach/pull/97123 we stop flushing sql stats to disk if we have reached the maximum row limit for the stmts and txns tables respectively. We should communicate when this period of disabled flush occurs so that we can properly communicate and explain gaps in observability / sql stats in the UI.
Jira issue: CRDB-28214
Contributor guide
Assessment
This issue has not been assessed yet.