PublicDashboards: collect stats for public dashboards (#50553)

* PublicDashboards: collect stats for public dashboards
This commit is contained in:
Ezequiel Victorero
2022-06-23 12:02:57 -03:00
committed by GitHub
parent eceb21e72d
commit 4c4d6fd425
5 changed files with 19 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ type SystemStats struct {
DailyActiveSessions int64
DataKeys int64
ActiveDataKeys int64
PublicDashboards int64
}
type DataSourceStats struct {