apm-agent-python icon indicating copy to clipboard operation
apm-agent-python copied to clipboard

About tornado.httpclient.AsyncHTTPClient supporting

Open mr-ping opened this issue 5 years ago • 3 comments

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.

mr-ping avatar Aug 21 '20 04:08 mr-ping

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?

beniwohli avatar Aug 21 '20 06:08 beniwohli

Thanks. We use mysql in most of our apps. Its super helpful if you would support aiomysql in the future.

mr-ping avatar Sep 02 '20 01:09 mr-ping

@mr-ping Can you leave a +1 comment on https://github.com/elastic/apm-agent-python/issues/754? It's useful for prioritization.

basepi avatar Sep 02 '20 22:09 basepi