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.