Adam Johnson
Adam Johnson
@svvitale you were interested in testing a Channels integration. This is the tracking issue. We've discussed this internally a bit more and tracing a websocket for its entire lifetime probably...
@svvitale has confirmed on Slack that we currently don't track normal Django views that are served through Channels' AsgiHandler. We should investigate that.
I've just tested with my [demo channels app](https://github.com/adamchainz/scout-test-apps/tree/master/django-channels-2), and requests from AsgiHandler are working there (Django 3.0, Channels 2.4.0).
Hi @wagdez ! I agree, it would be nice to ship type hints for the public API. We're a little constrained on that since we still support Python 2.7, since...
We don't collect any SQL timings in the async world. It's a bit harder and from what I recall the core agent and Python internals' data models aren't ready for...
Are you using [grpcio](https://pypi.org/project/grpcio/) ? Btw you can already instrument your calls yourself with [custom instrumentation](https://docs.scoutapm.com/#python-custom-instrumentation)
Oh cool, thanks for the reference. Providing a generic WSGI wrapper is probably a good idea so we can give basic support to all web frameworks.
Hi @kkarolis I've had a look through the documentation and it seems the normal Odoo deployment doesn't use the WSGI application, at least not directly. It's documented [as an extra...
Hi @yoav-orca 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...
Makes sense.