opentelemetry-instrumentation-asyncpg


Nameopentelemetry-instrumentation-asyncpg JSON
Version 0.50b0 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry instrumentation for AsyncPG
upload_time2024-12-11 17:05:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            OpenTelemetry asyncpg Instrumentation
=====================================

|pypi|

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

This library allows tracing PostgreSQL queries made by the
`asyncpg <https://magicstack.github.io/asyncpg/current/>`_ library.

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

::

     pip install opentelemetry-instrumentation-asyncpg

References
----------

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opentelemetry-instrumentation-asyncpg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>",
    "download_url": "https://files.pythonhosted.org/packages/d2/ef/34ef42f0629ef216052ed6581cda5781a9fe623b1e14f4422e2317fb493a/opentelemetry_instrumentation_asyncpg-0.50b0.tar.gz",
    "platform": null,
    "description": "OpenTelemetry asyncpg Instrumentation\n=====================================\n\n|pypi|\n\n.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-asyncpg.svg\n   :target: https://pypi.org/project/opentelemetry-instrumentation-asyncpg/\n\nThis library allows tracing PostgreSQL queries made by the\n`asyncpg <https://magicstack.github.io/asyncpg/current/>`_ library.\n\nInstallation\n------------\n\n::\n\n     pip install opentelemetry-instrumentation-asyncpg\n\nReferences\n----------\n\n* `OpenTelemetry asyncpg Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/asyncpg/asyncpg.html>`_\n* `OpenTelemetry Project <https://opentelemetry.io/>`_\n* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OpenTelemetry instrumentation for AsyncPG",
    "version": "0.50b0",
    "project_urls": {
        "Homepage": "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-asyncpg"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1343b72df2261c483d39fee64ebf97cd46ff8050356353d26c1cfca0f24c6bc6",
                "md5": "faa035db99df6b4e5cfba8802ed22905",
                "sha256": "5bb5ea1b9104ffb43e749c5d1e26902a35342cbe5c38ad3e0194c238d5a5a03e"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_asyncpg-0.50b0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "faa035db99df6b4e5cfba8802ed22905",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9953,
            "upload_time": "2024-12-11T17:04:05",
            "upload_time_iso_8601": "2024-12-11T17:04:05.705962Z",
            "url": "https://files.pythonhosted.org/packages/13/43/b72df2261c483d39fee64ebf97cd46ff8050356353d26c1cfca0f24c6bc6/opentelemetry_instrumentation_asyncpg-0.50b0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2ef34ef42f0629ef216052ed6581cda5781a9fe623b1e14f4422e2317fb493a",
                "md5": "26b59d1ea181b286613646a7228524d1",
                "sha256": "56c7973bf88d063945841255cb6bb5c443dc7c96cb12ba2062191af053c13ffd"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_asyncpg-0.50b0.tar.gz",
            "has_sig": false,
            "md5_digest": "26b59d1ea181b286613646a7228524d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8562,
            "upload_time": "2024-12-11T17:05:26",
            "upload_time_iso_8601": "2024-12-11T17:05:26.622157Z",
            "url": "https://files.pythonhosted.org/packages/d2/ef/34ef42f0629ef216052ed6581cda5781a9fe623b1e14f4422e2317fb493a/opentelemetry_instrumentation_asyncpg-0.50b0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 17:05:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "open-telemetry",
    "github_project": "opentelemetry-python-contrib",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "opentelemetry-instrumentation-asyncpg"
}
        
Elapsed time: 0.39605s