opentelemetry-instrumentation-django


Nameopentelemetry-instrumentation-django JSON
Version 0.50b0 PyPI version JSON
download
home_pageNone
SummaryOpenTelemetry Instrumentation for Django
upload_time2024-12-11 17:05:39
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 Django Tracing
============================

|pypi|

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

This library allows tracing requests for Django applications.

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

::

    pip install opentelemetry-instrumentation-django

References
----------

* `Django <https://www.djangoproject.com/>`_
* `OpenTelemetry Instrumentation for Django <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/django/django.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-django",
    "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/28/f2/ee600f366bc7712d476bc0bb0ac5efbc2b78e2620fc82b53795d4d9357c7/opentelemetry_instrumentation_django-0.50b0.tar.gz",
    "platform": null,
    "description": "OpenTelemetry Django Tracing\n============================\n\n|pypi|\n\n.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-django.svg\n   :target: https://pypi.org/project/opentelemetry-instrumentation-django/\n\nThis library allows tracing requests for Django applications.\n\nInstallation\n------------\n\n::\n\n    pip install opentelemetry-instrumentation-django\n\nReferences\n----------\n\n* `Django <https://www.djangoproject.com/>`_\n* `OpenTelemetry Instrumentation for Django <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/django/django.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 Django",
    "version": "0.50b0",
    "project_urls": {
        "Homepage": "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-django"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c14c30d88a823a0c08fbaa022e23e3ce1a3572a12cd3082e9d76d2988430a733",
                "md5": "871dd80350c4a5a8d0204f40118af5e5",
                "sha256": "ab7b4cd52b8f12420d968823f6bbfbc2a6ddb2af7a05fcb0d5b6755d338f1915"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_django-0.50b0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "871dd80350c4a5a8d0204f40118af5e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 19435,
            "upload_time": "2024-12-11T17:04:21",
            "upload_time_iso_8601": "2024-12-11T17:04:21.432968Z",
            "url": "https://files.pythonhosted.org/packages/c1/4c/30d88a823a0c08fbaa022e23e3ce1a3572a12cd3082e9d76d2988430a733/opentelemetry_instrumentation_django-0.50b0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28f2ee600f366bc7712d476bc0bb0ac5efbc2b78e2620fc82b53795d4d9357c7",
                "md5": "e22d99bb68e3c92bfe0902cd9db21062",
                "sha256": "624fd0beb1ac827f2af31709c2da5cb55d8dc899c2449d6e8fcc9fa5538fd56b"
            },
            "downloads": -1,
            "filename": "opentelemetry_instrumentation_django-0.50b0.tar.gz",
            "has_sig": false,
            "md5_digest": "e22d99bb68e3c92bfe0902cd9db21062",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 24583,
            "upload_time": "2024-12-11T17:05:39",
            "upload_time_iso_8601": "2024-12-11T17:05:39.553075Z",
            "url": "https://files.pythonhosted.org/packages/28/f2/ee600f366bc7712d476bc0bb0ac5efbc2b78e2620fc82b53795d4d9357c7/opentelemetry_instrumentation_django-0.50b0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 17:05:39",
    "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-django"
}
        
Elapsed time: 0.40959s