Repository URL to install this package:
from newrelic.agent import wrap_function_trace def instrument_tornado_simple_httpclient(module): wrap_function_trace(module, 'SimpleAsyncHTTPClient.fetch')