opentelemetry-instrumentation-flask


Nameopentelemetry-instrumentation-flask JSON
Version 0.50b0 PyPI version JSON
download
home_pageNone
SummaryFlask instrumentation for OpenTelemetry
upload_time2024-12-11 17:05:42
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 Flask Tracing
===========================

|pypi|

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

This library builds on the OpenTelemetry WSGI middleware to track web requests
in Flask applications.

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

::

    pip install opentelemetry-instrumentation-flask

References
----------

* `OpenTelemetry Flask Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/flask/flask.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-flask",
    "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/e4/1c/51e905f8a0d2475bc1d1bcdc8b948650901d0ca92e8aa831030010f72767/opentelemetry_instrumentation_flask-0.50b0.tar.gz",
    "platform": null,
    "description": "OpenTelemetry Flask Tracing\n===========================\n\n|pypi|\n\n.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-flask.svg\n   :target: https://pypi.org/project/opentelemetry-instrumentation-flask/\n\nThis library builds on the OpenTelemetry WSGI middleware to track web requests\nin Flask applications.\n\nInstallation\n------------\n\n::\n\n    pip install opentelemetry-instrumentation-flask\n\nReferences\n----------\n\n* `OpenTelemetry Flask Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/flask/flask.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": "Flask instrumentation for OpenTelemetry",
    "version": "0.50b0",
    "project_urls": {
        "Homepage": "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-flask"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "916d8433d3ebb7a20c30c7c099460a4d6cf70f0aefdcdf27fa9b74400633a1c7",
                "md5": "a5f1e66c8012b4eddf95e6fbf2bbd49e",
                "sha256": "db7fb40191145f4356a793922c3fc80a33689e6a7c7c4c6def8aa1eedb0ac42a"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_flask-0.50b0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a5f1e66c8012b4eddf95e6fbf2bbd49e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14561,
            "upload_time": "2024-12-11T17:04:27",
            "upload_time_iso_8601": "2024-12-11T17:04:27.212004Z",
            "url": "https://files.pythonhosted.org/packages/91/6d/8433d3ebb7a20c30c7c099460a4d6cf70f0aefdcdf27fa9b74400633a1c7/opentelemetry_instrumentation_flask-0.50b0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e41c51e905f8a0d2475bc1d1bcdc8b948650901d0ca92e8aa831030010f72767",
                "md5": "2ec2b689f7af41cd353e980999809766",
                "sha256": "e56a820b1d43fdd5a57f7b481c4d6365210a48a1312c83af4185bc636977755f"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_flask-0.50b0.tar.gz",
            "has_sig": false,
            "md5_digest": "2ec2b689f7af41cd353e980999809766",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19167,
            "upload_time": "2024-12-11T17:05:42",
            "upload_time_iso_8601": "2024-12-11T17:05:42.860846Z",
            "url": "https://files.pythonhosted.org/packages/e4/1c/51e905f8a0d2475bc1d1bcdc8b948650901d0ca92e8aa831030010f72767/opentelemetry_instrumentation_flask-0.50b0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 17:05:42",
    "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-flask"
}
        
Elapsed time: 0.41649s