openzipkin / zipkin-ruby

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

Add setting to disable shared spans (joins) in tracer #182

Open timward60 opened 1 year ago

timward60 commented 1 year ago

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.

timward60 commented 1 year ago

@jcchavezs You were involved with a discussions from the issue. If you have some time can you help me with this review?