pyramid-elasticapm


Namepyramid-elasticapm JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/risclog-solution/pyramid-elasticapm
Summaryelastic-apm integration for the Pyramid framework
upload_time2024-01-16 10:12:46
maintainer
docs_urlNone
authorSebastian Wehrmann (riscLOG Solution GmbH)
requires_python
licenseBSD
keywords elastic apm pyramid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. contents::

==================
pyramid-elasticapm
==================

elastic-apm integration for the Pyramid framework

This package is inspired by https://www.elastic.co/de/blog/creating-custom-framework-integrations-with-the-elastic-apm-python-agent.


Installation
============

Install with pip::

    $ pip install pyramid_elasticapm


Then include it in your pyramid application via config::

    [app:main]
    ...
    pyramid.includes = pyramid_elasticapm

or programmatically in your application::

    config.include('pyramid_elasticapm')


Settings
========


Settings for the elasticapm client can be specified via the `elasticapm`
namespace:

* `elasticapm.server_url`: Specify the apm server url.
* `elasticapm.secret_token`: Your secret authentication token for the server.
* `elasticapm.service_name`: The service name
* `elasticapm.environment`: The environment (e.g. testing, production, …)
* `elasticapm.service_distribution`: The name of the package your are
  deploying. `pyramid_elasticapm` will retrieve the version number of this
  package and put it into the metadata of every transaction.
* `elasticapm.transactions_ignore_patterns`: Whitespace separated list of
  ignore patterns.


=================================
Change log for pyramid-elasticapm
=================================


1.0.5 (2024-01-16)
==================

- fix: `response` variable was used before assignment in error handler.


1.0.4 (2022-08-31)
==================

- Request body was not added due to a bug, that is fixed now.


1.0.3 (2022-08-31)
==================

- Improve adding request body for requests and responses.


1.0.2 (2022-08-30)
==================

- Add request body for POST requests.


1.0.1 (2021-04-22)
==================

- Be more compatible with retrieving user data from request.


1.0.0 (2021-04-21)
==================

- Initial release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/risclog-solution/pyramid-elasticapm",
    "name": "pyramid-elasticapm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "elastic apm pyramid",
    "author": "Sebastian Wehrmann (riscLOG Solution GmbH)",
    "author_email": "sebastian@risclog.com",
    "download_url": "https://files.pythonhosted.org/packages/24/55/5552adb4db451d6adbd2f96c81e941bf659133600731f07411ff847554f5/pyramid-elasticapm-1.0.5.tar.gz",
    "platform": null,
    "description": ".. contents::\n\n==================\npyramid-elasticapm\n==================\n\nelastic-apm integration for the Pyramid framework\n\nThis package is inspired by https://www.elastic.co/de/blog/creating-custom-framework-integrations-with-the-elastic-apm-python-agent.\n\n\nInstallation\n============\n\nInstall with pip::\n\n    $ pip install pyramid_elasticapm\n\n\nThen include it in your pyramid application via config::\n\n    [app:main]\n    ...\n    pyramid.includes = pyramid_elasticapm\n\nor programmatically in your application::\n\n    config.include('pyramid_elasticapm')\n\n\nSettings\n========\n\n\nSettings for the elasticapm client can be specified via the `elasticapm`\nnamespace:\n\n* `elasticapm.server_url`: Specify the apm server url.\n* `elasticapm.secret_token`: Your secret authentication token for the server.\n* `elasticapm.service_name`: The service name\n* `elasticapm.environment`: The environment (e.g. testing, production, \u2026)\n* `elasticapm.service_distribution`: The name of the package your are\n  deploying. `pyramid_elasticapm` will retrieve the version number of this\n  package and put it into the metadata of every transaction.\n* `elasticapm.transactions_ignore_patterns`: Whitespace separated list of\n  ignore patterns.\n\n\n=================================\nChange log for pyramid-elasticapm\n=================================\n\n\n1.0.5 (2024-01-16)\n==================\n\n- fix: `response` variable was used before assignment in error handler.\n\n\n1.0.4 (2022-08-31)\n==================\n\n- Request body was not added due to a bug, that is fixed now.\n\n\n1.0.3 (2022-08-31)\n==================\n\n- Improve adding request body for requests and responses.\n\n\n1.0.2 (2022-08-30)\n==================\n\n- Add request body for POST requests.\n\n\n1.0.1 (2021-04-22)\n==================\n\n- Be more compatible with retrieving user data from request.\n\n\n1.0.0 (2021-04-21)\n==================\n\n- Initial release.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "elastic-apm integration for the Pyramid framework",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/risclog-solution/pyramid-elasticapm"
    },
    "split_keywords": [
        "elastic",
        "apm",
        "pyramid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ae6729eaaa1dac362a07a2741c24aaaeec5046a3e6bac0f35934fad1eab166f",
                "md5": "28e5b8f1ea463840c5fe75a4b0c4695e",
                "sha256": "2b1b3efa6d72d67c6ba91f42dce389c8f9ccfb129d4dc47f902c7e386ce9a5b3"
            },
            "downloads": -1,
            "filename": "pyramid_elasticapm-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28e5b8f1ea463840c5fe75a4b0c4695e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6183,
            "upload_time": "2024-01-16T10:12:44",
            "upload_time_iso_8601": "2024-01-16T10:12:44.514370Z",
            "url": "https://files.pythonhosted.org/packages/7a/e6/729eaaa1dac362a07a2741c24aaaeec5046a3e6bac0f35934fad1eab166f/pyramid_elasticapm-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24555552adb4db451d6adbd2f96c81e941bf659133600731f07411ff847554f5",
                "md5": "e8ee98882e2c0cbf77e772ff5877c272",
                "sha256": "2c40f58a936b5952aaa2bd1d262f874ba83d89c77e768411d911aa45429da50c"
            },
            "downloads": -1,
            "filename": "pyramid-elasticapm-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "e8ee98882e2c0cbf77e772ff5877c272",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7006,
            "upload_time": "2024-01-16T10:12:46",
            "upload_time_iso_8601": "2024-01-16T10:12:46.183811Z",
            "url": "https://files.pythonhosted.org/packages/24/55/5552adb4db451d6adbd2f96c81e941bf659133600731f07411ff847554f5/pyramid-elasticapm-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-16 10:12:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "risclog-solution",
    "github_project": "pyramid-elasticapm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyramid-elasticapm"
}
        
Elapsed time: 0.16835s