Skip to content

Commit dc78394

Browse files
committedJan 31, 2024
* Updating documents
1 parent cf404fa commit dc78394

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Added
2020

21+
- `opentelemtetry-instrumentation-psycopg3` Inital Instrumentation for psycopg3 including asynchronous instrumentation.
22+
2123
- `opentelemetry-instrumentation` Added Otel semantic convention opt-in mechanism
2224
([#1987](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1987))
2325
- `opentelemetry-instrumentation-httpx` Fix mixing async and non async hooks

‎docs-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ kafka-python>=2.0,<3.0
3636
mysql-connector-python~=8.0
3737
mysqlclient~=2.1.1
3838
psutil>=5
39+
psycopg>=3.117
3940
pika>=0.12.0
4041
pymongo~=3.1
4142
PyMySQL~=0.9.3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OpenTelemetry Psycopg3 Instrumentation
2+
=====================================
3+
4+
.. automodule:: opentelemetry.instrumentation.psycopg3
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)