Closed akhleung closed 7 years ago
Oh this actually is missing something important. We are not propogating the span from lsp-proxy. You should be able to use https://sourcegraph.com/github.com/opentracing/opentracing-python/-/blob/opentracing/propagation.py#L70 on the request['meta']
request['meta']
Addressed all the suggestions except for the fs stuff, which will require some more thought.
fs
Oh this actually is missing something important. We are not propogating the span from lsp-proxy. You should be able to use https://sourcegraph.com/github.com/opentracing/opentracing-python/-/blob/opentracing/propagation.py#L70 on the
request['meta']