mirror of
https://github.com/django/daphne.git
synced 2025-04-22 01:32:06 +03:00
* 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 |
||
---|---|---|
.. | ||
asgi | ||
releases | ||
asgi.rst | ||
backends.rst | ||
binding.rst | ||
community.rst | ||
concepts.rst | ||
conf.py | ||
contributing.rst | ||
delay.rst | ||
deploying.rst | ||
faqs.rst | ||
generics.rst | ||
getting-started.rst | ||
index.rst | ||
inshort.rst | ||
installation.rst | ||
make.bat | ||
Makefile | ||
reference.rst | ||
routing.rst | ||
testing.rst |