-
Notifications
You must be signed in to change notification settings - Fork 822
Closed
Labels
Description
Before opening a feature request against this repo, consider whether the feature should/could be implemented in the other OpenTelemetry client libraries. If so, please open an issue on opentelemetry-specification first.
Describe the solution you'd like
I want to add instrumentation to asyncio.
Has this been considered already?
Describe alternatives you've considered
Which alternative solutions or features have you considered?
https://github.com/aio-libs/aiomonitor/tree/main
I found a project for monitoring asyncio.
Maybe we could use that project and modify it for opentelemetry?
If it hasn't been considered, I'd like to try it.