See this issue
Created
May 1, 2017 17:20
-
-
Save matagus/f3331847c93f3e17f35d3c06ee13c4ee to your computer and use it in GitHub Desktop.
Monitoring a Python Falcon Framework application using NewRelic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import newrelic.agent | |
newrelic.agent.initialize('newrelic.ini') | |
api = application = newrelic.agent.WSGIApplicationWrapper(falcon.API()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment