Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Change service when creating spans #48

@tim37021

Description

@tim37021

Currently it always read global setting.

I can do.

span.set_tag("service.name", "other-service")

It changes the service in Datadog but not in Jaeger

How about..

OpenTracing.start_span("operation_name", service: "other-service")

What's your opinion?

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