Skip to content

Instantly share code, notes, and snippets.

View alicegoldfuss's full-sized avatar
🍵
working @ https://github.com/nautalice

Alice Goldfuss alicegoldfuss

🍵
working @ https://github.com/nautalice
View GitHub Profile
import newrelic.agent
newrelic.agent.initialize('staging.ini')
newrelic.agent.register_application(timeout=10.0)
def add(a, b):
return a + b
def sub(a, b):
return a - b