about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/opentelemetry_instrumentation_psycopg2-0.52b1.dist-info/METADATA
blob: d83edc71ae499840e97032024d2eea1100d41f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Metadata-Version: 2.4
Name: opentelemetry-instrumentation-psycopg2
Version: 0.52b1
Summary: OpenTelemetry psycopg2 instrumentation
Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-psycopg2
Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python-contrib
Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Requires-Dist: opentelemetry-api~=1.12
Requires-Dist: opentelemetry-instrumentation-dbapi==0.52b1
Requires-Dist: opentelemetry-instrumentation==0.52b1
Provides-Extra: instruments
Requires-Dist: psycopg2-binary>=2.7.3.1; extra == 'instruments'
Requires-Dist: psycopg2>=2.7.3.1; extra == 'instruments'
Description-Content-Type: text/x-rst

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

|pypi|

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

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

::

    pip install opentelemetry-instrumentation-psycopg2


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