About tornado.httpclient.AsyncHTTPClient supporting
Thanks for this amazing product.
Do you have a plan to support tornado.httpclient.AsyncHTTPClient in python-agent, or consider any other async http client and async db connector instead?
Otherwise i must use blocking http client like requests in tornado framework.
Hi @mr-ping! We haven't had tornado's AsyncHTTPClient on our radar yet, thanks for the heads up.
We currently support the aiohttp Client, and support for httpx will land soon. As for database connectors, we currently only support aiopg for PostgreSQL, with asyncpg (PostgreSQL as well) also landing soon. Do you have a particular database in mind?
Thanks. We use mysql in most of our apps. Its super helpful if you would support aiomysql in the future.
@mr-ping Can you leave a +1 comment on https://github.com/elastic/apm-agent-python/issues/754? It's useful for prioritization.