You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confession time as I showed this @larsxschneider today as it used some of the Hubble code to display the graphs.
Produce graphs to show the number of user accounts:
Created
Unsuspended
Total of Created and Unsuspended
Suspended
Deleted
This is really useful to see account trends, We are being asked:
How many new users are there?
How many returning users are there?
How many accounts have been suspended?
If it is also cumulative over time, you can see the overall trend.
This can be done by looking in the audit log for:
user.create
user.unsuspend
user.suspend
user.delete
The text was updated successfully, but these errors were encountered:
@mzzmjd: Thanks for your feature request! These metrics would be really useful if added to Hubble, I agree 🙂. Do you have code to share? I’m not sure whether your message above suggests this is the case or not. If so, I’d be happy to have a look at it 🙂.
Confession time as I showed this @larsxschneider today as it used some of the Hubble code to display the graphs.
Produce graphs to show the number of user accounts:
This is really useful to see account trends, We are being asked:
How many new users are there?
How many returning users are there?
How many accounts have been suspended?
If it is also cumulative over time, you can see the overall trend.
This can be done by looking in the audit log for:
The text was updated successfully, but these errors were encountered: