Falcon: newrelic integration with falcon

Created on 24 May 2016  路  1Comment  路  Source: falconry/falcon

Can anybody help in integrating newrelic with falcon framework? Has anybody tried it

Most helpful comment

After some deep dive into the code, found a way to integrate newrelic with falcon.

import newrelic.agent
newrelic.agent.initialize('newrelic.ini')
.
.
.
api = application = newrelic.agent.WSGIApplicationWrapper(falcon.API())

>All comments

After some deep dive into the code, found a way to integrate newrelic with falcon.

import newrelic.agent
newrelic.agent.initialize('newrelic.ini')
.
.
.
api = application = newrelic.agent.WSGIApplicationWrapper(falcon.API())

Was this page helpful?
0 / 5 - 0 ratings