Usagestats: Add stat group for alert rule groups (#78825)

* Add rule group support to usagestats service

* Quote column name
This commit is contained in:
Alexander Weaver
2023-11-29 14:37:36 -06:00
committed by GitHub
parent a50be7ea0a
commit 8a56a94781
4 changed files with 16 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ type SystemStats struct {
DashboardVersions int64
Annotations int64
AlertRules int64
RuleGroups int64
LibraryPanels int64
LibraryVariables int64
DashboardsViewersCanEdit int64