What is the problem or goal the end user is trying to solve or accomplish?
Users want a way to programmatically check if dashboards contain errors (e.g., missing charts, broken queries, or load failures) without relying on manual inspection.
How are they solving it currently?
Manually opening dashboards to check for errors.
Using API-based custom scripts to check for response errors.
What is the recommended solution by the Customer?
A built-in mechanism to track dashboard health, such as:
An API endpoint that reports dashboard errors.
A UI-based dashboard health check summary.
Notifications for dashboards with errors.