zulip/analytics/lib
Rishi Gupta 5e49da9285 analytics: Only update daily stats on day boundaries.
Previously we would update FillState for daily stats on hourly boundaries as
well. This would create two extra queries on the FillState table every hour
(for each CountStat), which adds roughly 50ms of extra processing for each
CountStat each day, as well as two extra lines each hour in the analytics
log. This can be a minor annoyance when backfilling stats.
2017-04-18 11:02:51 -07:00
..
__init__.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
counts.py analytics: Only update daily stats on day boundaries. 2017-04-18 11:02:51 -07:00
fixtures.py analytics: Replace CountStat.is_gauge with interval. 2017-04-14 11:41:07 -07:00
time_utils.py analytics: Fix ValueErrors affecting test coverage. 2017-03-14 16:59:54 -07:00