Commit 70b10ed
committed
fix(dashboard): render tracemetrics widgets in dashboard view (#692)
tracemetrics was missing from WIDGET_TYPE_TO_DATASET, causing
mapWidgetTypeToDataset("tracemetrics") to return null and all
tracemetrics widgets to be classified as "unsupported" placeholders.
Add the mapping tracemetrics → "metricsEnhanced" so the existing
timeseries/big_number rendering paths handle these widgets correctly.1 parent 264c632 commit 70b10ed
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
998 | | - | |
| 998 | + | |
999 | 999 | | |
1000 | 1000 | | |
1001 | 1001 | | |
| |||
1004 | 1004 | | |
1005 | 1005 | | |
1006 | 1006 | | |
| 1007 | + | |
1007 | 1008 | | |
1008 | 1009 | | |
1009 | 1010 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
| 768 | + | |
768 | 769 | | |
769 | 770 | | |
770 | 771 | | |
771 | 772 | | |
772 | | - | |
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
| |||
0 commit comments