-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jaeger Tracing: No traceparent header propagation #1001
Comments
@Poweranimal did you find any workaround for it? |
Unfortunately not. |
is this something Ory is looking to fix? |
Hi, not actively. Our tracing set up works in our prod for Oathkeeper so I'm not sure what the problem here is and don't have the time to investigate :/ |
I will work on it! |
@nicolasburtey I have tested and tracing is being propagated. I also added trace to mutator requests. Could you check it, pls? |
thanks for letting me know. @ntheile could you check this? |
I found another problem that I will open another PR. You can use the following workaround to make it works: config.yaml
Don't configure sampling for now. |
Thanks @daviddelucca I was able to test your PR and was able to see some traces go thru Honeycomb! |
awesome, @ntheile |
Preflight checklist
Describe the bug
The Jaeger tracer propagation does not have any effect.
In fact, regardless of any value set for propagation, no tracing information at all are forward to the target by oathkeeper.
In order for tracing to work, oathkeeper must forward tracing information to the target it proxies to (e.g. W3C-Headers, B3-Headers, etc.).
Reproducing the bug
./otelcol/Dockerfile
.docker-compose up
.curl 127.0.0.1:4455
fake-service
should log a header containing information about the trace parent, but they don't.Relevant log output
Relevant configuration
Version
v0.39.3
On which operating system are you observing this issue?
No response
In which environment are you deploying?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: