diff --git a/Procfile b/Procfile index e377596..e2497c2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn httpbin:app -b "0.0.0.0:$PORT" \ No newline at end of file +web: newrelic-admin run-program gunicorn httpbin:app -b "0.0.0.0:$PORT" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 31a1498..0a34745 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ distribute==0.6.15 wsgiref==0.1.2 decorator==3.3.2 omnijson==0.1.2 -gunicorn==0.12.2 \ No newline at end of file +gunicorn==0.12.2 +newrelic \ No newline at end of file