Closed
Bug 778773
Opened 12 years ago
Closed 8 years ago
KumaScript: Rework statsd measurements
Categories
(developer.mozilla.org Graveyard :: Editing, defect, P3)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: lorchard, Unassigned)
References
Details
The first attempt at statsd in kumascript (bug 734495) wasn't quite a success:
* Need a prefix to statsd measurements (eg. developer.kumascript, developer-dev.kumascript) to better organize things and keep separate server clusters from collapsing into the same bucket
* Many counter measurements have been collapsed into a single increment, rather than an amount. For instance, if 12 errors happen in a request, they get counted as one.
Might be useful to switch to this statsd package, which makes fixing the above easier:
https://github.com/msiebuhr/node-statsd-client
Updated•12 years ago
|
Priority: -- → P3
Assignee | ||
Updated•12 years ago
|
Version: Kuma → unspecified
Assignee | ||
Updated•12 years ago
|
Component: Docs Platform → Editing
Comment 1•8 years ago
|
||
The new project bug for adding measurements to KumaScript is bug 1235409
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•4 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
•