opentracing-tutorial
opentracing-tutorial copied to clipboard
FlaskTracer vs opentracing.tracer
https://github.com/yurishkuro/opentracing-tutorial/blob/master/python/lesson03/solution/formatter.py#L12 fails if tracer is FlaskTracer with 'FlaskTracer' object has no attribute '_noop_span_context'
. Could we add some distinction between the two tracer objects?
sorry, I don't follow. The line you point to is a standard OpenTracing API usage, it knows nothing about "FlaskTracer" or "_noop_span_context".