Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

newrelic integration with falcon #797

Closed
Akcps opened this issue May 24, 2016 · 1 comment
Closed

newrelic integration with falcon #797

Akcps opened this issue May 24, 2016 · 1 comment

Comments

@Akcps
Copy link

Akcps commented May 24, 2016

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

@Akcps
Copy link
Author

Akcps commented May 25, 2016

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())

@Akcps Akcps closed this as completed May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant