Using NewRelic monitor of Django Channels/asyncio/asgi

46 views Asked by At

NewRelic doesn't have a documented example of how to monitor a Django Channels application. Mostly concern about monitoring the eventloop, using the methods provided here don't seem to work as ProtocolRouter in Channels is the "application" and seems layers deep since we are running Gunicorn with Uvicorn workers.

Love to see someone who has implemented this.

0

There are 0 answers