Closed
Bug 1154471
Opened 10 years ago
Closed 10 years ago
Remove newrelic-plugin-agent from requirements/prod.txt
Categories
(Tree Management :: Treeherder: Infrastructure, defect, P2)
Tree Management
Treeherder: Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
Unlike the newrelic python agent, newrelic-plugin-agent runs as a daemon via init.d scripts. As such, it doesn't belong in the virtualenv being rsynced between nodes, and instead should be installed directly (and globally) on the machines themselves.
As such, we should remove it and the deps required by it, from prod.txt
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8592483 -
Flags: review?(cdawson)
Comment 2•10 years ago
|
||
Comment on attachment 8592483 [details] [review]
Remove newrelic-plugin-agent from prod.txt
lgtm
Attachment #8592483 -
Flags: review?(cdawson) → review+
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/9a68acd1730a431c99505fa1d4cae585bc815fa0
Bug 1154471 - Remove newrelic-plugin-agent from requirements/prod.txt
Since it has to be installed globally & run as a daemon, and so we have
no use for it in the virtualenv.
Reverts 37ae564296882745eed95625716c298b6a9e4711 from bug 1070470.
| Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•