Hello team,
How can I find the total number of dashboards in each organization?
For example, I have 2 organizations. In Organization 1, I have only 11 dashboards.
The metric grafana_stat_totals_dashboard
gives the total count across all organizations.
But I want the dashboard count per organization, like:
Org 1 → 11
Org 2 → 50
How can I achieve this?