zulip/analytics
umkay 906a4e3b26 analytics: Add performance and transaction logging to counts.py.
For each database query made by an analytics function, log time spent and
the number of rows changed to var/logs/analytics.log.
In the spirit of write ahead logging, for each (stat, end_time)
update, log the start and end of the "transaction", as well as time
spent.
2016-10-17 16:10:03 -07:00
..
lib analytics: Add performance and transaction logging to counts.py. 2016-10-17 16:10:03 -07:00
management analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
migrations analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
tests analytics: Simplify frequency and measurement interval options. 2016-10-14 10:18:37 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py analytics: Simplify frequency and measurement interval options. 2016-10-14 10:18:37 -07:00
urls.py Enable i18n support in URL configuration. 2016-05-19 08:33:30 -07:00
views.py mypy: Remove a bunch of now-unnecessary type: ignore annotations. 2016-10-17 11:48:34 -07:00