openzipkin / zipkin-ruby

zipkin-tracer ruby gem
Apache License 2.0
100 stars 38 forks source link

Looks like trace mdc logging is not supported #153

Open xihw opened 5 years ago

xihw commented 5 years ago

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 ?