-
Notifications
You must be signed in to change notification settings - Fork 4.1k
align filter for internal on active stmt/txn with sessions #81072
Copy link
Copy link
Closed
Labels
C-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
Right now we have
- Active Statements: doesn't show internal queries at all or internal app filter
- Active Transaction: show internal transactions and the app filter have each internal app as an item
- Sessions: doesn't show internal apps by default and have a filter with all internal app names grouped in a single "$internal"
Since those 3 tabs are related to Active Executions and they all use the same source of data they should be compatible, so the Active Statement and Transactions should be updated to have the same behaviour as Sessions:
- Under the App filter show a single
$internalthat show/hide all internal statement/transactions - Don't show internal by default, but if that filter is select, those executions are displayed
Jira issue: CRDB-15366
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-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)