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

Include Current Attempt Number in Logs When Retrying #5716

Closed minwoox closed 3 weeks ago

minwoox commented 1 month ago

Currently, we cannot distinguish if a request is retrying when a LoggingClient is added before a RetryingClient. Including the current attempt number in logs and metrics would resolve this issue.