-
Notifications
You must be signed in to change notification settings - Fork 4.1k
ui: re-enable displaying internal statement in SQL Activity Page #79547
Copy link
Copy link
Closed
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-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
Previously, we stop sending internal statements to SQL Activity Page due to long load time of the page. However, this becomes a problem when we need to debug CRDB internal statements more difficult. Often we need to request statement bundle of CRDB internal statements to understand the issue (e.g. Jobs system, SQL Stats cleanup job). Without displaying internal statements in the Statement Page, we have no way of requesting statement bundles of those internal statements.
cc: @ajwerner
Jira issue: CRDB-14901
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-observabilityRelated to observability of the SQL layerRelated to observability of the SQL layerC-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.