tags: #zulip #analytics #public #countstat
active_users:is_bot:day
- Keep track of is_active users in realm.
- Stored in
RealmCount
- Populates the table by counting is_active users
- So if the user was deactivated after the day is over it wont be counted.
- Not used in /analytics
active_users_audit:is_bot:day
- Keep track of all the currently is_active users
- Stored in
UserCount
- Sees whether the last realm audit log entry is created, activated, reactivated etc rather than deactivated
- Used for generating
realm_active_humans::day
- Used for showing users as all_time in analytics
- Basically all users that were never deactivated.
active_users_log:is_bot:day
- Keep tracks of number of users activated/deactivated (activated - deactivated) each day.
- This is a
LoggingCountStat
- Unlike CountStats, this is populated right at the time of user creation/deactivation etc.
1day_actives::day
- Users who have activity interval in last 1 day.