bblfsh / go-driver

GNU General Public License v3.0
10 stars 9 forks source link

Update SDK and enable OpenTracing #35

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

Go driver is a bit different since it embeds the native driver directly into the language server, thus it's not relying on the native JSON protocol. Because of this, we can propagate trace a bit further.

Later we may try to do the same for other drivers by sending the trace ID over native protocol.

Signed-off-by: Denys Smirnov denys@sourced.tech