We use dramatiq not celery, instrumenting dramatiq was easy. Channels is a different beast, clearly a pattern NewRelic doesn't recognize out of the box.
On Friday, November 17, 2023 at 12:40:38 PM UTC-5 Lutaaya Jamil wrote: > I have never used that, hearing for the first time though. > Is doing the same as celery? > I am interested in making it work with you, we might dive into it > together, you never know...Adding a new skill is worth it > > On Friday, 17 November 2023 at 18:54:52 UTC+3 Tim Nelson wrote: > >> I am trying to get NewRelic monitoring my ASGI code written in Django >> Channels. >> >> Most notably, this line of code from their examples should create a >> NewRelic transaction and start monitoring all async activity. >> >> channel_layer = >> newrelic.agent.ASGIApplicationWrapper(get_default_application()) >> >> Has anyone got this working? >> >> Thanks. >> >> -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ca5151c0-9af9-447d-8d0b-63ef751496c8n%40googlegroups.com.

