uber-common / opentracing-python-instrumentation

A collection of Python instrumentation tools for the OpenTracing API
MIT License
164 stars 58 forks source link

Permit the injection of specific parent span #73

Closed Etienne-Carriere closed 5 years ago

Etienne-Carriere commented 5 years ago

In our case, we need to inject a parent span which is not managed by a global opentracing Context.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.04%) to 76.723% when pulling 22e942d24de5d1459dd8d537a35ff89b86eed7e9 on societe-generale:inject_specific_span into e065515362281039f459e5fa79292957f0435aa7 on uber-common:master.

Etienne-Carriere commented 5 years ago

@yurishkuro , I take in account your comments (or at least I hope). Could you please re-review ?