Closed
Bug 734495
Opened 13 years ago
Closed 13 years ago
kumascript: Use statsd in kumascript
Categories
(developer.mozilla.org Graveyard :: Editing, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lorchard, Unassigned)
References
Details
(Whiteboard: s=2012-07-25 p=2)
It would be nice to measure some things out of kumascript:
* Response times in performing macro evaluation for documents
* Execution times of individual templates
* Most-used templates
* Templates reporting the most errors
* Documents reporting the most errors
More?
Seems like statsd would be the easiest way to get this measured in kumascript, so we can see pretty graphite graphs.
Reporter | ||
Comment 1•13 years ago
|
||
Hmm, maybe this isn't a blocker to kumascript launch. But, might be nice to have shortly thereafter.
Reporter | ||
Comment 2•13 years ago
|
||
Something else to measure:
* Cache hits / misses in general, per page, per template, etc
Reporter | ||
Updated•13 years ago
|
Updated•13 years ago
|
Whiteboard: s=2012-07-17
Comment 3•13 years ago
|
||
Just making sure you guys know: Jake mentioned that we should be all set to use the Graphite server in PHX1.
Updated•13 years ago
|
Whiteboard: s=2012-07-17 → s=2012-07-25
Comment 4•13 years ago
|
||
Estimating points even though the PR is already in.
Whiteboard: s=2012-07-25 → s=2012-07-25 p=2
Comment 5•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/7bbdaded0b25f7b34d462cbbd61cecabefe1c7dd
bug 734495: update kumascript to use statsd, disabled by default in vagrant (so far)
https://github.com/mozilla/kuma/commit/2696b414bfe431ed4f52ac1a72ac93a7ea742fac
Merge pull request #429 from lmorchard/more-events-and-measurements
bug 734495: update kumascript to use statsd, disabled by default in vagrant (so far)
Reporter | ||
Comment 6•13 years ago
|
||
This has been merged. It will probably need further adjustment, but that should drive follow-up bugs
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
Agreed. Thank you for taking care of this, guys!
Assignee | ||
Updated•12 years ago
|
Version: Kuma → unspecified
Assignee | ||
Updated•12 years ago
|
Component: Docs Platform → Editing
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•