daphne/docs
Bartek Ogryczak ee4aa9b292 more consistent metrics (#473)
* more consistent metrics

More consistent metrics, in particular for consumers such as Graphite, CloudWatch etc. you don't want aggregated numbers per second, you want number since previous call. Since we don't want to track all the clients, total since start is the next best thing, because it can be easily calculated by the metrics consumer `count_since_last = pervious_count - current_count`

* changing 'queue_depth' to 'messages_pending', also making 'messages' plurar for 'max_age' to keep it consitent
2017-01-11 11:49:59 -08:00
..
asgi Delay Protocol Server (#401) 2016-11-24 10:54:03 -08:00
releases Releasing 1.0.0 2017-01-08 18:37:03 -08:00
asgi.rst more consistent metrics (#473) 2017-01-11 11:49:59 -08:00
backends.rst Fix rst syntax (#444) 2016-12-04 18:44:31 -08:00
binding.rst Flesh out release notes 2017-01-08 18:29:58 -08:00
community.rst Added django-channels-panel to the list of projects (#325) 2016-08-29 10:37:19 -07:00
concepts.rst Add missing "do" to Concepts > Next Steps (#440) 2016-12-01 17:51:08 -08:00
conf.py Updated copyright to 2017 (#461) 2017-01-05 15:50:54 -08:00
contributing.rst Clarify where overall tasks live 2016-09-09 14:47:34 +01:00
delay.rst Fix headers in docs (#441) 2016-12-04 18:43:15 -08:00
deploying.rst Django-ification 2016-09-09 13:29:12 +01:00
faqs.rst A few more docs on polls 2016-07-22 11:14:47 -04:00
generics.rst Add connect-accept into Websocket CBC example (#479) 2017-01-11 11:38:21 -08:00
getting-started.rst Clarify "out of the box" 2016-11-17 17:39:01 -08:00
index.rst Delay Protocol Server (#401) 2016-11-24 10:54:03 -08:00
inshort.rst Fixed minor typos in docs/. (#439) 2016-11-29 10:39:01 -08:00
installation.rst Django-ification 2016-09-09 13:29:12 +01:00
make.bat Start sphinx-ified docs 2015-06-20 10:27:22 +08:00
Makefile Start sphinx-ified docs 2015-06-20 10:27:22 +08:00
reference.rst Noun docs changes 2016-05-04 09:20:36 -07:00
routing.rst Documentation of Client/HttpClient and data binding unit tests (#417) 2016-10-31 11:42:10 +00:00
testing.rst Documentation of Client/HttpClient and data binding unit tests (#417) 2016-10-31 11:42:10 +00:00