Commit 6ee2c4a
authored
fix(dashboard): render tracemetrics widgets in dashboard view (#695)
## Summary
- Add `tracemetrics → "metricsEnhanced"` to `WIDGET_TYPE_TO_DATASET` so
tracemetrics widgets are no longer classified as "unsupported"
placeholders
- The existing timeseries and big_number rendering paths handle the data
correctly with no API or formatter changes needed
Closes #6921 parent dd4f76e commit 6ee2c4a
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