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

Exception listener could include timings for throwing + handling exceptions #40

Open
djluck opened this issue Aug 10, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@djluck
Copy link
Owner

djluck commented Aug 10, 2020

No description provided.

@djluck djluck added the enhancement New feature or request label Aug 10, 2020
@tiagotartari
Copy link
Contributor

@djluck
Please, can you comment more on this implementation?

@djluck
Copy link
Owner Author

djluck commented Aug 26, 2020

I recently came across an issue in production where an application was throwing thousands of exceptions/ sec, to the point where basically all CPU time was consumed with throwing exceptions. Having a histogram of times spent throwing exceptions could have been useful, as it would have allowed me to pinpoint the problem sooner.

As there is a start + stop event for throwing exceptions, we should be able to provide such a histogram fairly easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants