feat(internal metrics): added some total stats to metrics reporting, closes #5865

This commit is contained in:
Torkel Ödegaard
2016-09-22 11:16:19 +02:00
parent 8c05a125dc
commit 6574dfacfb
5 changed files with 46 additions and 8 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
package models
type SystemStats struct {
DashboardCount int
UserCount int
OrgCount int
PlaylistCount int
DashboardCount int64
UserCount int64
OrgCount int64
PlaylistCount int64
}
type DataSourceStats struct {