zipkin-ruby
zipkin-ruby copied to clipboard
Add setting to disable shared spans (joins) in tracer
Addresses #125 by adding setting to disable support for joins.
When set to false, the it will force client and server spans to have different spanId's. This may be needed because zipkin traces may be reported to non-zipkin backends that might not support the concept of joining spans.
@jcchavezs You were involved with a discussions from the issue. If you have some time can you help me with this review?