sourcegraph / python-langserver

Language server which talks LSP via JSONRPC for Python.
MIT License
102 stars 12 forks source link

add lightstep tracing #12

Closed akhleung closed 7 years ago

keegancsmith commented 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']

akhleung commented 7 years ago

Addressed all the suggestions except for the fs stuff, which will require some more thought.