conjure-java-runtime icon indicating copy to clipboard operation
conjure-java-runtime copied to clipboard

Propagate tracing information when limiter times out

Open gatesn opened this issue 5 years ago • 0 comments

What happened?

I get the warning log for when a concurrency limiter has timed out, but it doesn't have a traceId.

https://github.com/palantir/conjure-java-runtime/blob/d2894c66f591c107ace75ee62357904293bb0d9c/okhttp-clients/src/main/java/com/palantir/conjure/java/okhttp/ConcurrencyLimiters.java#L276

What did you want to happen?

It would be useful to know which incoming request to my server timed out when trying to make an outbound request.

gatesn avatar Apr 02 '20 15:04 gatesn