zipkin-ruby icon indicating copy to clipboard operation
zipkin-ruby copied to clipboard

Looks like trace mdc logging is not supported

Open xihw opened this issue 6 years ago • 0 comments

Besides traces are sampled and sent to collector, we wanna traces to be added to mdc, so that whenever there is a log line for a request the corresponding traceId would be present. I know that zipkin brave supports it from here https://github.com/apache/incubator-zipkin-brave/tree/master/context/slf4j. ---- Looks like ruby doesn't ?

xihw avatar May 09 '19 03:05 xihw