Closed
Bug 498266
Opened 16 years ago
Closed 16 years ago
Update global_stats to record history and expose via API
Categories
(addons.mozilla.org Graveyard :: Statistics, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
5.0.7
People
(Reporter: fligtar, Assigned: fligtar)
Details
Attachments
(3 files)
This is a patch to keep a daily record of the global_stats, adds a bunch more global_stats, and exposes it via the API.
API URL: /api/1.3/stats/{optional date}
Attachment #383212 -
Flags: review?(clouserw)
| Assignee | ||
Comment 1•16 years ago
|
||
This is the SQL to be run. It drops and re-creates the table, since there will only be 2 rows in that table that will need to be removed anyway.
| Assignee | ||
Comment 2•16 years ago
|
||
Comment 3•16 years ago
|
||
Comment on attachment 383212 [details] [diff] [review]
patch, v1
wfm. Please add this to the top of the global_stats cron to fix the minor php warning:
$affected_rows = 0;
thanks
Attachment #383212 -
Flags: review?(clouserw) → review+
| Assignee | ||
Comment 4•16 years ago
|
||
Updated•16 years ago
|
Keywords: push-needed
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•