Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-instrumentation-tornado/src/open…
Browse files Browse the repository at this point in the history
…telemetry/instrumentation/tornado/__init__.py

Co-authored-by: Leighton Chen <lechen@microsoft.com>
  • Loading branch information
owais and lzchen committed Apr 13, 2021
1 parent 0d88670 commit b6f07a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def client_request_hook(span, request):
# will be called after a outgoing request made with
# `tornado.httpclient.AsyncHTTPClient.fetch` finishes.
# `response`` is an instance of ``Future[tornado.httpclient.HTTPResponse]`.
def client_resposne_hook(span, future):
def client_response_hook(span, response):
pass
# apply tornado instrumentation with hooks
Expand Down

0 comments on commit b6f07a1

Please sign in to comment.