pip install -U signalfx-tracing
2. Run the bootstrap script to update other dependencies
sfx-py-trace-bootstrap
Enabling support for Tornado 6
1. Change the import path of TornadoScopeManager from
python
from opentracing.scope_managers.tornado import TornadoScopeManager
to
python
from tornado_opentracing.scope_managers import TornadoScopeManager