{ "info": { "author": "Paola Castro", "author_email": "paolac@surveymonkey.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "pyramid_datadog\n===============\n\nDatadog integration for Pyramid.\nThis library allows you to create graphs in datadog to keep track of number of requests and requests durations.\n\nInstallation\n=============\n\n.. code-block:: python\n\n pip install pyramid_datadog\n\n\nUsage\n======\n\n\n.. code-block:: python\n\n from datadog import statsd\n\n def main(global_config, **settings):\n\n # pyramid initialization\n\n config.include(\"pyramid_datadog\")\n config.configure_metrics(statsd)\n\n return config.make_wsgi_app()\n\n\nWhat pyramid_datadog will measure for you\n=========================================\n\nUsing pyramid.events pyramid_datadog will log the following metrics in datadog:\n\n========================================== ================================\nMetric tags\n========================================== ================================\npyramid.request.duration.route_match\npyramid.request.duration.traversal\npyramid.request.duration.view route\npyramid.request.duration.template_render route\npyramid.request.duration.total route, status_code, status_type\n========================================== ================================\n\nPlease refer to the following link for information on the chronological order of events during a pyramid request http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/router.html\n\n\nRelease Notes\n==============\n\n0.1.0 (2016-08-04)\n------------------\n\n* First release of pyramid_datadog with 100% coverage in tests", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SurveyMonkey/pyramid_datadog", "keywords": "datadog pyramid metrics integration", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "pyramid_datadog", "package_url": "https://pypi.org/project/pyramid_datadog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_datadog/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/SurveyMonkey/pyramid_datadog" }, "release_url": "https://pypi.org/project/pyramid_datadog/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Datadog integration for Pyramid", "version": "0.1.0" }, "last_serial": 2263140, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "957d87644fedfacc9879e05ba8c768c8", "sha256": "3a58063285b5b8495f7853f6f877dfdfe3d0fd66eae094f7b9c4734d8b9458d1" }, "downloads": -1, "filename": "pyramid_datadog-0.1.0.tar.gz", "has_sig": false, "md5_digest": "957d87644fedfacc9879e05ba8c768c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5803, "upload_time": "2016-08-04T22:42:23", "url": "https://files.pythonhosted.org/packages/3c/c6/459188a17357925e7e864f762758c9c59a003b5279793881343112a56dbd/pyramid_datadog-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "957d87644fedfacc9879e05ba8c768c8", "sha256": "3a58063285b5b8495f7853f6f877dfdfe3d0fd66eae094f7b9c4734d8b9458d1" }, "downloads": -1, "filename": "pyramid_datadog-0.1.0.tar.gz", "has_sig": false, "md5_digest": "957d87644fedfacc9879e05ba8c768c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5803, "upload_time": "2016-08-04T22:42:23", "url": "https://files.pythonhosted.org/packages/3c/c6/459188a17357925e7e864f762758c9c59a003b5279793881343112a56dbd/pyramid_datadog-0.1.0.tar.gz" } ] }