dd-azure-worker-extension


Namedd-azure-worker-extension JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryPython Worker Extension for starting Datadog Tracer and a top level span to enable auto-instrumenting of Azure Function Apps
upload_time2024-08-16 17:12:50
maintainerNone
docs_urlNone
authorDatadog
requires_pythonNone
licenseLicense: Apache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Worker Tracer Extension

This extension imports the Datadog Python Tracer, automatically patches all available modules, and creates a root span for an Azure Function.

## Usage

1. pip install the package 

    - `pip install dd-azure-worker-extension`

2. import it into the code of the function app

    - `import dd_azure_worker_extension`

3. Add the following environment variable to the Azure Function App
    - `PYTHON_ENABLE_WORKER_EXTENSIONS=1`



Link: https://pypi.org/project/dd-azure-worker-extension/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dd-azure-worker-extension",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Datadog",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7c/e6/6b3fa8f1d519d6c4cfdeeab8c089c8520019230f25d1eb59acefe3b0f1a9/dd_azure_worker_extension-0.3.0.tar.gz",
    "platform": null,
    "description": "# Python Worker Tracer Extension\n\nThis extension imports the Datadog Python Tracer, automatically patches all available modules, and creates a root span for an Azure Function.\n\n## Usage\n\n1. pip install the package \n\n    - `pip install dd-azure-worker-extension`\n\n2. import it into the code of the function app\n\n    - `import dd_azure_worker_extension`\n\n3. Add the following environment variable to the Azure Function App\n    - `PYTHON_ENABLE_WORKER_EXTENSIONS=1`\n\n\n\nLink: https://pypi.org/project/dd-azure-worker-extension/\n",
    "bugtrack_url": null,
    "license": "License: Apache 2.0",
    "summary": "Python Worker Extension for starting Datadog Tracer and a top level span to enable auto-instrumenting of Azure Function Apps",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ae0405b056b612752926f5bfb5c3eab1d92174158dffc071e09da2b438e86c9",
                "md5": "454e992664011dcbfc7c44582013d3ee",
                "sha256": "c148c89db2a480b182cad6d6fc8e0489171c2cc8d47fa7f69a992f30cdf13fb0"
            },
            "downloads": -1,
            "filename": "dd_azure_worker_extension-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "454e992664011dcbfc7c44582013d3ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2208,
            "upload_time": "2024-08-16T17:12:48",
            "upload_time_iso_8601": "2024-08-16T17:12:48.894510Z",
            "url": "https://files.pythonhosted.org/packages/6a/e0/405b056b612752926f5bfb5c3eab1d92174158dffc071e09da2b438e86c9/dd_azure_worker_extension-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ce66b3fa8f1d519d6c4cfdeeab8c089c8520019230f25d1eb59acefe3b0f1a9",
                "md5": "1203c73dd4b16695fda68154e082ea94",
                "sha256": "f365e154cc75c69f65a232f237e74d4c98a5ca22507b6e17ce8462012ab04177"
            },
            "downloads": -1,
            "filename": "dd_azure_worker_extension-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1203c73dd4b16695fda68154e082ea94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1923,
            "upload_time": "2024-08-16T17:12:50",
            "upload_time_iso_8601": "2024-08-16T17:12:50.171860Z",
            "url": "https://files.pythonhosted.org/packages/7c/e6/6b3fa8f1d519d6c4cfdeeab8c089c8520019230f25d1eb59acefe3b0f1a9/dd_azure_worker_extension-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-16 17:12:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dd-azure-worker-extension"
}
        
Elapsed time: 0.30944s