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
Hi, we love using scout but we are missing the async support in python, specifically for Redis (aioredis) & ElasticSearch (aioelasticsearch), are there any plans to support them? Will you accept PRs for adding support for them?
The text was updated successfully, but these errors were encountered:
Thanks for the support. We don't have any specific issues tracking aioredis or aioelasticsearch. We'd love to expand support for them though.
If you're interested in instrumenting them you can probably implement something within your own project or a fork of scout-apm. The instruments submodule contains our current instrumentation of libraries: https://github.com/scoutapp/scout_apm_python/tree/master/src/scout_apm/instruments . The main difficulty you'll find with making an implementation within scout-apm is keeping all async code in the scout_apm.async_ module because we support Python 2 still. However you look into adding instrumentation we'd love to see it and will consider PR's.
Hi, we love using scout but we are missing the async support in python, specifically for Redis (aioredis) & ElasticSearch (aioelasticsearch), are there any plans to support them? Will you accept PRs for adding support for them?
The text was updated successfully, but these errors were encountered: