Closed
Bug 857109
Opened 12 years ago
Closed 12 years ago
Setup New Relic
Categories
(Websites :: Firefox Flicks, defect)
Websites
Firefox Flicks
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bensternthal, Assigned: osmose)
Details
(Whiteboard: [qa-])
I'd like to have new relic running on flicks.
I am not sure if this will help us diagnosing celery, but it does look like I can setup alerts for other types of errors.
Reporter | ||
Comment 1•12 years ago
|
||
Looks like we can add monitoring for things like celery under background tasks.
Let's do it!
Assignee | ||
Comment 2•12 years ago
|
||
pmac: Any helpful commits/PRs/wiki pages/info for getting this set up?
Flags: needinfo?(pmac)
Comment 3•12 years ago
|
||
Yes indeed.
This is the change to bedrock to enable:
https://github.com/mozilla/bedrock/compare/cb994114c5271ec7d61b9628f8cc5721fb6ec786...8f53cdf5acc80b9b96dac91e74fe7ee57ef537a4
You only need to do this one thing to the wsgi file to enable NR. IT needs to setup an ENV var in apache for that ini file path and for the app name, but that's easy.
As for celery workers I've got bug 857057 open now to do that for basket. We'll see how it goes. The docs are simple (https://newrelic.com/docs/python/python-agent-and-celery).
Flags: needinfo?(pmac)
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/firefox-flicks
https://github.com/mozilla/firefox-flicks/commit/1b1a20d6268b7d8e605ec4a155337669c70a65a0
Bug 857109: Add New Relic code to Flicks WSGI file.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mkelly
Assignee | ||
Comment 5•12 years ago
|
||
This looks goods on dev. I was able to get data to show up in NR and the IT side is complete.
Marking as qa- as there's no specific testing to be done here except for seeing if data is showing up in NR.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•