You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-aiohttp-client/src/opentelemetry/instrumentation/aiohttp_client/__init__.py
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/__init__.py
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-django/src/opentelemetry/instrumentation/django/middleware.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ def _get_span_name(request):
130
130
returnmatch.view_name
131
131
132
132
exceptResolver404:
133
-
return"HTTP {}".format(request.method)
133
+
returnf"HTTP {request.method}"
134
134
135
135
defprocess_request(self, request):
136
136
# request.META is a dictionary containing all available HTTP headers
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py
0 commit comments