We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the http4s client raises an exception - e.g. when e.g. java.util.concurrent.TimeoutException is raised after setting connection timeout:
java.util.concurrent.TimeoutException
BlazeClientBuilder[F] .withRequestTimeout(100.millis)
then it seems that kamon context is lost, and e.g. traceId is not propagated to MDC for logging.
If there is not any exception but a request ending with e.g. 500, then it seems to be working fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the http4s client raises an exception - e.g. when e.g.
java.util.concurrent.TimeoutException
is raised after setting connection timeout:then it seems that kamon context is lost, and e.g. traceId is not propagated to MDC for logging.
If there is not any exception but a request ending with e.g. 500, then it seems to be working fine.
The text was updated successfully, but these errors were encountered: