Hello!
I want to create a dashboard that displays the overall status of a service, which will be pulled from other debug dashboards.
For example, I have a web service. I want to display its status on the main dashboard, and its status will be calculated based on the debug dashboard metrics. It will display server status such as CPU, RAM, and HDD. If the status of all three items meets the requirements, the main dashboard will display it. Therefore, I need to somehow transfer this status from the debug dashboard to the main dashboard.
This could, of course, be done as a variable, but as the dashboard grows, the pql query in the variable will become too large, which will hinder scalability.
Is it possible to do something similar in Grafana?
Thanks
OS - ubuntu as docker container
Grafana - grafana-11.6.1 as docker image