line / armeria

Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
https://armeria.dev
Apache License 2.0
4.83k stars 919 forks source link

Enhance DefaultUnhandledExceptionsReporter for Better Exception Reporting #5567

Open minwoox opened 7 months ago

minwoox commented 7 months ago

Currently, the DefaultUnhandledExceptionsReporter stores only one exception and the number of unhandled exceptions in an interval. However, this implementation lacks sufficient information for effective debugging and analysis. To address this limitation, we propose enhancing the reporter to provide more detailed information about unhandled exceptions.

Proposed Changes:

injae-kim commented 7 months ago

Relate issue: https://github.com/line/armeria/issues/5150

I'll handle this issue with @coderclcl ~! 🙇

coodercl commented 6 months ago

I made a new account 😄