conjure-java-runtime
                                
                                 conjure-java-runtime copied to clipboard
                                
                                    conjure-java-runtime copied to clipboard
                            
                            
                            
                        Propagate tracing information when limiter times out
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.