src-d / go-mysql-server

An extensible MySQL server implementation in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Root opentracing span is not finished

andremarianiello opened this issue · comments

The root opentracing span (

s.tracer.StartSpan("query"),
) which is created when serving queries via the SQL engine is never finished. When using jaeger, this results in traces with a name of <trace-without-root-span>.