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
Recently switched over to using the LightstepBinaryPropagator to get a python app playing nice with Envoy which uses Lightstep's C++ tracer with single key propagation on.
It seemed a bit silly to have to define the header constant ourselves since this library does not appear to define it anywhere. (Apologizes if I just missed it in my search)
Recently switched over to using the LightstepBinaryPropagator to get a python app playing nice with Envoy which uses Lightstep's C++ tracer with single key propagation on.
It seemed a bit silly to have to define the header constant ourselves since this library does not appear to define it anywhere. (Apologizes if I just missed it in my search)
Adding a constant similar to https://github.com/lightstep/lightstep-tracer-cpp/blob/master/src/tracer/propagation.cpp#L26 in
propagation.py
would be appreciated.The text was updated successfully, but these errors were encountered: