mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 14:52:16 +08:00
feat(stats): add alerts to global admin stats
This commit is contained in:
@ -30,6 +30,7 @@ type AdminStats struct {
|
||||
DataSourceCount int `json:"data_source_count"`
|
||||
PlaylistCount int `json:"playlist_count"`
|
||||
StarredDbCount int `json:"starred_db_count"`
|
||||
AlertCount int `json:"alert_count"`
|
||||
}
|
||||
|
||||
type GetAdminStatsQuery struct {
|
||||
|
Reference in New Issue
Block a user