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?
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?