opencensus-python
opencensus-python copied to clipboard
Any async code documentation?
I am trying to trace my starlette applications, and I can not figure out how to use asyncio. There doesn't seem to be any documentation anywhere. If I just use a standard span, all my spans seem think they are child spans, instead of separate spans, even though the library seems to be using the new python contextvars for span context.
Are there any examples or middlewares for async or existing async frameworks, such as aiohttp/starlette/etc?
@nhumrich All supported integrations can be found here.
Currently, there is no integration for the frameworks that you've listed above.