opentelemetry-instrumentation-fastapi


Nameopentelemetry-instrumentation-fastapi JSON
Version 0.56b0 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry FastAPI Instrumentation
upload_time2025-07-11 12:26:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            OpenTelemetry FastAPI Instrumentation
=======================================

|pypi|

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


This library provides automatic and manual instrumentation of FastAPI web frameworks,
instrumenting http requests served by applications utilizing the framework.

auto-instrumentation using the opentelemetry-instrumentation package is also supported.

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

::

    pip install opentelemetry-instrumentation-fastapi

References
----------

* `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-fastapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>",
    "download_url": "https://files.pythonhosted.org/packages/57/d9/39d3ea22bb1713cda5f47cb84a7f3ae78ac0d915fcda2d3db1b0b30fa53c/opentelemetry_instrumentation_fastapi-0.56b0.tar.gz",
    "platform": null,
    "description": "OpenTelemetry FastAPI Instrumentation\n=======================================\n\n|pypi|\n\n.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-fastapi.svg\n   :target: https://pypi.org/project/opentelemetry-instrumentation-fastapi/\n\n\nThis library provides automatic and manual instrumentation of FastAPI web frameworks,\ninstrumenting http requests served by applications utilizing the framework.\n\nauto-instrumentation using the opentelemetry-instrumentation package is also supported.\n\nInstallation\n------------\n\n::\n\n    pip install opentelemetry-instrumentation-fastapi\n\nReferences\n----------\n\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": null,
    "summary": "OpenTelemetry FastAPI Instrumentation",
    "version": "0.56b0",
    "project_urls": {
        "Homepage": "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-fastapi",
        "Repository": "https://github.com/open-telemetry/opentelemetry-python-contrib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ceabc0fa41efd8cc1be619c01d04a4ab2dcc8f940c7be0c7cfc98a99de90c085",
                "md5": "0758fd794029a909d606df1cc82056a1",
                "sha256": "8d53a17fd329ca3ff7ba98595422007f432d3193f1a8e17cc8bfcd9845213b6d"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_fastapi-0.56b0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0758fd794029a909d606df1cc82056a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 12711,
            "upload_time": "2025-07-11T12:25:43",
            "upload_time_iso_8601": "2025-07-11T12:25:43.176542Z",
            "url": "https://files.pythonhosted.org/packages/ce/ab/c0fa41efd8cc1be619c01d04a4ab2dcc8f940c7be0c7cfc98a99de90c085/opentelemetry_instrumentation_fastapi-0.56b0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "57d939d3ea22bb1713cda5f47cb84a7f3ae78ac0d915fcda2d3db1b0b30fa53c",
                "md5": "2b3772ceaa9684bc07b6e8b766d03a31",
                "sha256": "83a3949ff6f48177758692265b24bab16830945841aec519a2c012351589c7ce"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_fastapi-0.56b0.tar.gz",
            "has_sig": false,
            "md5_digest": "2b3772ceaa9684bc07b6e8b766d03a31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 20275,
            "upload_time": "2025-07-11T12:26:35",
            "upload_time_iso_8601": "2025-07-11T12:26:35.452895Z",
            "url": "https://files.pythonhosted.org/packages/57/d9/39d3ea22bb1713cda5f47cb84a7f3ae78ac0d915fcda2d3db1b0b30fa53c/opentelemetry_instrumentation_fastapi-0.56b0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 12:26:35",
    "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-fastapi"
}
        
Elapsed time: 0.53425s