opentracing-python icon indicating copy to clipboard operation
opentracing-python copied to clipboard

OpenTracing API for Python. πŸ›‘ This library is DEPRECATED! https://github.com/opentracing/specification/issues/163

Results 28 opentracing-python issues
Sort by recently updated
recently updated
newest added

There is a small typo in opentracing/scope_managers/tornado.py. Should read `coroutines` rather than `corotuines`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

In the tests, replace the [asyncio.coroutine decorator](https://docs.python.org/3/library/asyncio-task.html#asyncio.coroutine), which is deprecated since Python 3.8 and removed in 3.11, with β€œ`async def`”. Because async functionality was not available in Python 2.7, and...

Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?

``` * QA Notice: setuptools warnings detected: * * Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead * Usage of...

Could you please consider to use unittest.mock at least as fallback?

The deprecated unittest aliases were removed in https://github.com/python/cpython/pull/28268 . The PR is backwards compatible with Python 2.7 .

Hi all, Everything has worked fine for ContextVarsScopeManager if I have only Fastapi application. But, When I tried to mount a Flask WSGIApplication to the Fastapi application, I've got an...

Hi! Why does the MockTracer use hex for incrementing the span and trace ids? Thanks

Hi all, I use opentracing and would like to reference objects with the help of autodoc and intersphinx. This works by using the objects.inv file. However, the current file doesn't...

Hi all, did you already consider to add type hints to your code and to release opentracing as a typed package? It would be great to see that and not...