|
|
|
@ -21,15 +21,14 @@ type GetDataSourceStatsQuery struct { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
type AdminStats struct { |
|
|
|
|
UserCount int `json:"user_count"` |
|
|
|
|
OrgCount int `json:"org_count"` |
|
|
|
|
DashboardCount int `json:"dashboard_count"` |
|
|
|
|
DbSnapshotCount int `json:"db_snapshot_count"` |
|
|
|
|
DbTagCount int `json:"db_tag_count"` |
|
|
|
|
DataSourceCount int `json:"data_source_count"` |
|
|
|
|
PlaylistCount int `json:"playlist_count"` |
|
|
|
|
StarredDbCount int `json:"starred_db_count"` |
|
|
|
|
GrafanaAdminCount int `json:"grafana_admin_count"` |
|
|
|
|
UserCount int `json:"user_count"` |
|
|
|
|
OrgCount int `json:"org_count"` |
|
|
|
|
DashboardCount int `json:"dashboard_count"` |
|
|
|
|
DbSnapshotCount int `json:"db_snapshot_count"` |
|
|
|
|
DbTagCount int `json:"db_tag_count"` |
|
|
|
|
DataSourceCount int `json:"data_source_count"` |
|
|
|
|
PlaylistCount int `json:"playlist_count"` |
|
|
|
|
StarredDbCount int `json:"starred_db_count"` |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
type GetAdminStatsQuery struct { |
|
|
|
|