-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ui: add blocking information for active queries/txns in WAITING state #79131
Copy link
Copy link
Closed
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
On the active transaction details page, update UI to show:
- blocked database, table, schema, index and row
- time spent waiting
- add table for transactions waiting for currently_viewed_txn shown txn
- add table for transactions that currently_viewed_txn is waiting for
On the active stmt details page, update UI to show:
- blocked table and row
- add table for statements that currently_viewed_stmt is waiting for
Jira issue: CRDB-14590
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)