Skip to content

Integrate Opentracing traces with opentelemetry traces #4417

Answered by trask
pdkgamage asked this question in Q&A
Discussion options

You must be logged in to vote

hi @pdkgamage!

First micro service sending span-id and trace-id as header parameters

Check out https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#propagator

In particular, this sounds like it might be ottrace format?

If it's not a standard trace propagation format already supported by the OpenTelemetry Java project, you may need to write your own TextMapPropagator for your use case.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pdkgamage
Comment options

@trask
Comment options

@jkwatson
Comment options

Answer selected by pdkgamage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants