Skip to content

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

@tylerbenson

Description

@tylerbenson

Other tracer implementations include a setting to force client and server spans to have different spanId's. In Go the setting is WithSharedSpans(false) and in Java it's supportsJoin(false).

There should be something similar in ruby.

This is important because zipkin traces may be reported to non-zipkin backends that might not support the concept of joining spans.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions