mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
instantiate newrelic in gunicorn_entry.py
This commit is contained in:
@@ -2,4 +2,9 @@ from gevent import monkey
|
||||
|
||||
monkey.patch_all()
|
||||
|
||||
|
||||
import newrelic.agent # noqa
|
||||
|
||||
newrelic.agent.initialize("./newrelic.ini")
|
||||
|
||||
from application import application # noqa
|
||||
|
||||
Reference in New Issue
Block a user