📝 Documentation Update Needed
A pull request was recently merged that may require documentation updates.
Source PR
PR Summary
This PR fixes 8 dashboard stat block definitions where IDs didn't match the actual handler IDs, causing "Not available on this dashboard" errors. Stat IDs in StatsBlockDefinitions.ts were aligned with getDashboardStatValue handlers across Compliance, Data Compliance, Compute, Events, Cost, Alerts, Dashboard (main), and Operators dashboards.
Changes Overview
- Fixed 8 of 15 dashboards with mismatched stat IDs (e.g., Compliance:
soc2 → cis_score, Compute: cpu_usage → cpus)
- Added localStorage cleanup to remove stale stat IDs when definitions change
- Dashboard statistics now display correctly instead of showing "Not available" errors
Files Changed
Multiple files changed in dashboard stat handling and configuration (StatsBlockDefinitions.ts, useStatBlockConfig hook)
Action Required: The technical documentation writer agent will review this PR and identify specific documentation pages that need updates, then create a PR with the necessary changes.
/cc @technical-doc-writer
AI generated by scan-merged-prs
📝 Documentation Update Needed
A pull request was recently merged that may require documentation updates.
Source PR
PR Summary
This PR fixes 8 dashboard stat block definitions where IDs didn't match the actual handler IDs, causing "Not available on this dashboard" errors. Stat IDs in StatsBlockDefinitions.ts were aligned with getDashboardStatValue handlers across Compliance, Data Compliance, Compute, Events, Cost, Alerts, Dashboard (main), and Operators dashboards.
Changes Overview
soc2→cis_score, Compute:cpu_usage→cpus)Files Changed
Multiple files changed in dashboard stat handling and configuration (StatsBlockDefinitions.ts, useStatBlockConfig hook)
Action Required: The technical documentation writer agent will review this PR and identify specific documentation pages that need updates, then create a PR with the necessary changes.
/cc
@technical-doc-writer