Commit 0bcd10f
committed
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).1 parent efc9eff commit 0bcd10f
File tree
1 file changed
+107
-0
lines changed- pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards
1 file changed
+107
-0
lines changedLines changed: 107 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
177 | 210 | | |
178 | 211 | | |
179 | 212 | | |
| |||
271 | 304 | | |
272 | 305 | | |
273 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
274 | 324 | | |
275 | 325 | | |
276 | 326 | | |
| |||
542 | 592 | | |
543 | 593 | | |
544 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
545 | 605 | | |
546 | 606 | | |
547 | 607 | | |
| |||
641 | 701 | | |
642 | 702 | | |
643 | 703 | | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
644 | 751 | | |
645 | 752 | | |
646 | 753 | | |
| |||
0 commit comments