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.73k stars 899 forks source link

Provide an easy way for users to leave `ClientConnectionTimings` to logs #5712

Open jrhee17 opened 1 month ago

jrhee17 commented 1 month ago

We provide several locations where users can leave diagnostic logs:

However, sometimes users run into problems with long latency and may want to check connection related timings. We may want to map ClientConnectionTimings to the above properties for easier debugging.