You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently inspect the function name through __name__ or __qualname__ to determine the name attribute on the span in the asyncio task factory. We ignore the name users pass to asyncio.create_task. See https://docs.python.org/3/library/asyncio-task.html.
Solution Brainstorm
Attach the name argument from asyncio.create_task to the span.