opentelemetry-instrumentation-fastapi


Nameopentelemetry-instrumentation-fastapi JSON
Version 0.45b0 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry FastAPI Instrumentation
upload_time2024-03-28 19:31:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
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.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/b7/22/8796f545772847ee22b982a508cef3fe66ae71c6c1c8fa7aad475f388b18/opentelemetry_instrumentation_fastapi-0.45b0.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.45b0",
    "project_urls": {
        "Homepage": "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-fastapi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c48e6789b96a86f3f1f81dbfb381a5b6c83309c98bda8f072194735d58c2d0ec",
                "md5": "9c0d4b623ff217eea630e782d5b7f395",
                "sha256": "77d9c123a363129148f5f66d44094f3d67aaaa2b201396d94782b4a7f9ce4314"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_fastapi-0.45b0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c0d4b623ff217eea630e782d5b7f395",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11345,
            "upload_time": "2024-03-28T19:29:26",
            "upload_time_iso_8601": "2024-03-28T19:29:26.679244Z",
            "url": "https://files.pythonhosted.org/packages/c4/8e/6789b96a86f3f1f81dbfb381a5b6c83309c98bda8f072194735d58c2d0ec/opentelemetry_instrumentation_fastapi-0.45b0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7228796f545772847ee22b982a508cef3fe66ae71c6c1c8fa7aad475f388b18",
                "md5": "a75b82f77d40ce0cb201ed5eb8413bf8",
                "sha256": "5a6b91e1c08a01601845fcfcfdefd0a2aecdb3c356d4a436a3210cb58c21487e"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_fastapi-0.45b0.tar.gz",
            "has_sig": false,
            "md5_digest": "a75b82f77d40ce0cb201ed5eb8413bf8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13700,
            "upload_time": "2024-03-28T19:31:05",
            "upload_time_iso_8601": "2024-03-28T19:31:05.243351Z",
            "url": "https://files.pythonhosted.org/packages/b7/22/8796f545772847ee22b982a508cef3fe66ae71c6c1c8fa7aad475f388b18/opentelemetry_instrumentation_fastapi-0.45b0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 19:31:05",
    "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.20653s