opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Marcelo Trylesinski 07c97eac38
Add type hints to `psycopg` (#3067)
* Add type hints to Psycopg

* fix tests

* fix

* Add psycopg.Connection to nitpick

* Add py.typed

* add psycopg to nitpick again

* add psycopg to nitpick again

* move py.typed to the right folder

---------

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-01-15 16:30:01 +00:00
..
src/opentelemetry/instrumentation/psycopg Add type hints to `psycopg` (#3067) 2025-01-15 16:30:01 +00:00
tests Add type hints to `psycopg` (#3067) 2025-01-15 16:30:01 +00:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Add instrumentation for Psycopg 3.x (#2123) 2024-02-24 19:35:25 +00:00
pyproject.toml add official support to Python 3.13 (#3134) 2024-12-31 16:08:20 +00:00
test-requirements-0.txt Remove pkg resources (#2871) 2024-10-19 06:49:08 -07:00
test-requirements-1.txt psycopg: bump versions in test-requirements to support py313 (#3147) 2024-12-24 13:47:18 +00:00

README.rst

OpenTelemetry Psycopg Instrumentation
=====================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-psycopg.svg
   :target: https://pypi.org/project/opentelemetry-instrumentation-psycopg/

Installation
------------

::

    pip install opentelemetry-instrumentation-psycopg


References
----------
* `OpenTelemetry Psycopg Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/psycopg/psycopg.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_