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] Histogram type event #63

Open
XanderD99 opened this issue Oct 13, 2023 · 1 comment
Open

[Feature] Histogram type event #63

XanderD99 opened this issue Oct 13, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@XanderD99
Copy link

Just like the title suggests a Histogram type event. Just like you have in Prometheus for example.

Why you may ask. I just have this use case where I trigger an event when the app is started but I want to be able to track/see how long a cold boot took for each user, to determine possible issues on startup faster.

Could add a ms duration as a custom prop but I feel like the amount of different values might not be so friendly in the dashboard.

With this type of event, other graphs could also be possible in the future.

@goenning
Copy link
Member

Thanks for the suggestion, I can see how this would be useful.

the plan is to add custom dashboards after I’m done with the live view. I’m these dashboards users would have access to a few different widgets. I believe histogram could be one of those.

The option you have right now is to create buckets within your app, so instead of sending the actual ms you’d send <100ms, <500ms, <1sec. etc. might be a good start until the other options become available

@goenning goenning added the feature request New feature or request label Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants