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-botocore/src/opentelemetry/instrumentation/botocore/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
request_hook (Callable) - a function with extra user-defined logic to be performed before performing the request
52
52
this function signature is: def request_hook(span: Span, service_name: str, operation_name: str, api_params: dict) -> None
53
53
response_hook (Callable) - a function with extra user-defined logic to be performed after performing the request
54
-
this function signature is: def request_hook(span: Span, service_name: str, operation_name: str, result: dict) -> None
54
+
this function signature is: def response_hook(span: Span, service_name: str, operation_name: str, result: dict) -> None
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/__init__.py
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-elasticsearch/src/opentelemetry/instrumentation/elasticsearch/package.py
0 commit comments