You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ui: ensure all essential SQL metrics are shown on dashboards
This commit audits all essential metrics owned by SQL Queries to ensure
that all of them show up on one of the dashboards on SQL page. The
following changes are made:
- `txn.restarts.txnpush` and `txn.restarts.unknown` are added to
existing "Transaction Restarts" dashboard
- `sql.conn.failures` is added on a new dashboard, right before
"Connection Latency"
- SELECTs, UPDATEs, INSERTS, and DELETEs executed within routines are
now shown on new dashboard "SQL Queries Within Routines Per Second",
right after "SQL Queries Per Second"
- new dashboard "Table Statistics Collections" shows details about Auto
and Auto Partial as well as manual stats collections, right after
"Schema Changes".
Release note (ui change): SQL dashboard has been extended to include
more details (mostly about stmts executed within routines and table
statistics collections).
0 commit comments