You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to add some form of decorator, example code (or preferably both) for SDK and other implementations to follow.
The decorator should be called EnvVarPropagotor which decorates a TextMapPropagator in the context of environment variables. (there are other optional names that may be considered)
The example code should behave according to the specification; see the python and swift examples in the comment thread.
What are you trying to achieve?
This relates to this comment thread on issue pull request #4454.
The goal is to add some form of decorator, example code (or preferably both) for SDK and other implementations to follow.
EnvVarPropagotorwhich decorates aTextMapPropagatorin the context of environment variables. (there are other optional names that may be considered)