Closed
Bug 776739
Opened 13 years ago
Closed 13 years ago
MDN: add statsd to local settings
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: groovecoder, Assigned: cturra)
References
Details
See https://bugzilla.mozilla.org/show_bug.cgi?id=775147#c3
We need to add STATSD_* settings to developer1.dev, developer1.stage, and developer[1-3].
Reporter | ||
Comment 1•13 years ago
|
||
We also need to add to kumascript_settings_local.json as seen here:
https://github.com/mozilla/kuma/blob/master/kumascript_settings_local.json-dist#L9
"statsd": {
"enabled": true,
"host": "<same as above>",
"port": 8125
},
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops → cturra
Assignee | ||
Comment 2•13 years ago
|
||
:groovecoder - as discussed on irc, i have applied the statsd configurations to -dev and -stage. once requests have to hit whatever code you've instrumented and those stats have to get rolled up in stats and put into graphite. please confirm once you have tested these environments and i will push this to prod.
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•13 years ago
|
||
:groovecoder - per irc, this has now been pushed to all dev, stage and prod.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•