mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-12 23:17:44 +00:00
report on live activities
This commit is contained in:
parent
e0e4329f71
commit
13bc85dc8d
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ func reportStats(ctx context.Context, logger *zap.Logger, statsd *statsd.Client,
|
|||
{"SELECT COUNT(*) FROM devices", "apollo.registrations.devices"},
|
||||
{"SELECT COUNT(*) FROM subreddits", "apollo.registrations.subreddits"},
|
||||
{"SELECT COUNT(*) FROM users", "apollo.registrations.users"},
|
||||
{"SELECT COUNT(*) FROM live_activities", "apollo.registrations.live-activities"},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue