-
Notifications
You must be signed in to change notification settings - Fork 289
trigger-http: Fix otel context propagation #3248
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
Conversation
131c297 to
5074e3c
Compare
|
I made a hot mess of two parallel branches... |
The debug_span! was disabled by default tracing config, preventing otel context from being propagated through it. Signed-off-by: Lann Martin <lann.martin@fermyon.com>
5074e3c to
3359e09
Compare
calebschoepp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
We could try removing it, just do in_current_span 🤷 |
|
@lann were you going to try that or were you wanting me to try that? |
|
Either is fine with me I just might not get to it immediately... |
|
Actually I was just testing it wrong. Both ways work so I propose we go forward |


The debug_span! was disabled by default tracing config, preventing otel context from being propagated through it.