Results 3 issues of Bohdan Kaminskyi

Per opentracing [documentation](https://github.com/opentracing/opentracing-python#scope-managers), `ContextVarsScopeManager` should be used for async code in python >= 3.7 . For me, main issue was that, `parent_span` context was not propagated for coroutines running inside...

Hey there, from the README.md I understand that if ".add()" method is not used, default metrics are executed in the background. What I'm trying to do - is to execute...

Amazon DynamoDB Accelerator (DAX) is in-memory cache managed by Amazon that greatly improves performance (https://aws.amazon.com/dynamodb/dax/). Amazon has dax-client for python (https://pypi.org/project/amazon-dax-client/) but it is synchronous. Please, add ability to use...