Skip to content

Instantly share code, notes, and snippets.

@matagus
Created May 1, 2017 17:20
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matagus/f3331847c93f3e17f35d3c06ee13c4ee to your computer and use it in GitHub Desktop.
Save matagus/f3331847c93f3e17f35d3c06ee13c4ee to your computer and use it in GitHub Desktop.
Monitoring a Python Falcon Framework application using NewRelic
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