Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: New charts to show Accounts Created, Unsuspended, Suspended and Deleted #175

Open
mzzmjd opened this issue Jan 14, 2019 · 1 comment

Comments

@mzzmjd
Copy link

mzzmjd commented Jan 14, 2019

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
@pluehne
Copy link
Contributor

pluehne commented Jan 14, 2019

@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 🙂.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants