Install jaeger-operator with python app #2289
-
Main problem: I could not link nginx span as a parent to python app span
by default my ingress-nginx send to my python app such header
Python app expect in header be Could anyone know how this link together? |
Beta Was this translation helpful? Give feedback.
Answered by
srikanthccv
Nov 24, 2021
Replies: 1 comment
-
If I understand you correctly what you need is jaeger propagator |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
serg-bs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand you correctly what you need is jaeger propagator
opentelemetry-propagator-jaeger
. Here is the doc to configure HTTP propagator. You need to use jaeger instead.