Replies: 1 comment
-
|
You need to manually override the propagators and limit the propagation to set of trusted domains. There is no built-in solution that I am aware of. (Unfortunately it is not super easy/documented how to do this..:() |
Beta Was this translation helpful? Give feedback.
0 replies
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 have a set of services that interact mainly with eachother, but for some dependencies (e.g. emailing, OpenAI, etc.) They send requests to external systems. How can we opt in/out context propagation for a subset of downstreams? if all calls are done via httpclient, is there a way to say "only propagate to http://my-domain"?
Beta Was this translation helpful? Give feedback.
All reactions