Opt-out of distributed tracing / context propagation #3410
Unanswered
fabianmeyer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently running the following setup:
Overall, the setup works pretty well, but the distributed tracing gives me a headache. I have one giant, infinite OTEL trace, originating from the timer function and spanning over all orchestrators and activities. My goal would be to have a new trace for each continue as new of each eternal orchestrator. I've tried to opt-out of the context propagation by setting
"DistributedTracingEnabled": false, but this only seems to affect the control queue and not the history table (ParentTraceContextis still always set to the root trace).Beta Was this translation helpful? Give feedback.
All reactions