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: CHANGELOG.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39
39
40
40
### Fixed
41
41
42
+
-`opentelemetry-instrumentation-dbapi` Fix compatibility with Psycopg3 to extract libpq build version (#2500)[https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2500]
42
43
-`opentelemetry-instrumentation-grpc` AioClientInterceptor should propagate with a Metadata object
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-asyncio/src/opentelemetry/instrumentation/asyncio/__init__.py
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/__init__.py
+1-1
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