I work on an app that has Django Channels 1 deployed in production with 
CPU-based auto-scaling. Most of the time, it works fine, but sometimes, 
when the site is busy and many users are utilizing the parts of our 
application that are channels-intensive, users are unable to utilize their 
websocket, and we need better metrics to help us determine the root cause 
fix.   

   1. How do you monitor Django Channels in production? 
   2. What are your favorite strategies for integrating with DataDog or New 
   Relic? 
   3. I'm considering writing some JS that detects a degraded websocket 
   connection and posts a DataDog custom event 
   (https://docs.datadoghq.com/api/v1/events/). What's a better way to 
   accomplish the same thing?

Many thanks,
Myer

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/30ea0e94-bf98-43f4-a514-848db9e4d688n%40googlegroups.com.

Reply via email to