feat(dashboard): surface live telemetry widgets (Power/Thermal, Per-Slot Throughput, MHz/temp)#1019
Merged
Merged
Conversation
…Per-Slot Throughput, MHz/temp on Utilization The dashboard widget board already carried PowerCard (live GPU MHz/temp/ power) and SlotTrackCard (per-slot tok/s) as opt-in; flip both defaultOn: true in both CARD_REGISTRY copies (dash-grid.jsx + useDashLayout.ts), and add a guarded live clock/temp caption to the default Utilization card (reuses gpu_clock_mhz/gpu_temp_c already in the useStatsHardware payload). No new data hooks or ring buffers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wave 8A — live telemetry on the main dashboard
The customizable dashboard board already shipped the telemetry cards as opt-in; this makes the throughput / usage / live-clock signals visible by default.
/api/stats/power) →defaultOn: true./api/throughput) →defaultOn: true.gpu_clock_mhz/gpu_temp_calready in itsuseStatsHardwarepayload.Both
CARD_REGISTRYcopies (dash-grid.jsx+useDashLayout.ts) updated identically. No new data hooks or client ring buffers; existing card behavior unchanged.Verification
npm run build(vite) clean; 13 dashboard e2e specs pass locally (dashboard-overhaul, dashboard-v3, footer-throughput, etc.).🤖 Generated with Claude Code