-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open SQL Transactions and Active SQL Statements should be consistent #70228
Copy link
Copy link
Closed
Labels
A-sql-console-timeseriesSQL Observability issues related to console timeseries metrics and viewsSQL Observability issues related to console timeseries metrics and viewsC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
The number of Active SQL Statements can be greater than Open SQL Transactions at the same time interval causing confusion. This is because we make a distinction between internal and non-internal for Open SQL Transactions (filtering our internal) but not for Active SQL Statements.
This issue tracks fixing this inconsistency and removing potential confusion where we should update Active SQL Statements to represent only external.
Epic: CRDB-9867
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-console-timeseriesSQL Observability issues related to console timeseries metrics and viewsSQL Observability issues related to console timeseries metrics and viewsC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.