pyramid-elasticapm


Namepyramid-elasticapm JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/risclog-solution/pyramid-elasticapm
Summaryelastic-apm integration for the Pyramid framework
upload_time2024-10-09 08:40:53
maintainerNone
docs_urlNone
authorSebastian Wehrmann (riscLOG Solution GmbH)
requires_pythonNone
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.1.0 (2024-10-09)
==================

- feat: Update to Python 3.10.


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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "elastic apm pyramid",
    "author": "Sebastian Wehrmann (riscLOG Solution GmbH)",
    "author_email": "sebastian@risclog.com",
    "download_url": "https://files.pythonhosted.org/packages/51/e8/c3bc451e8230426dab1bdac2f77fb9a3e3af63f6f6541f0f32abcb938eb8/pyramid-elasticapm-1.1.0.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.1.0 (2024-10-09)\n==================\n\n- feat: Update to Python 3.10.\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.1.0",
    "project_urls": {
        "Homepage": "https://github.com/risclog-solution/pyramid-elasticapm"
    },
    "split_keywords": [
        "elastic",
        "apm",
        "pyramid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75d43c25007c60392f853e1f24ae9dd2e631d9247fab3c658272f364917cdc26",
                "md5": "a7086a105de581cc86c36e3c8bd49dac",
                "sha256": "deef4f6ccf92b91dfc498222bc92a5e23a334550f8a82e81ea6d7b8bd94f3891"
            },
            "downloads": -1,
            "filename": "pyramid_elasticapm-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a7086a105de581cc86c36e3c8bd49dac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6209,
            "upload_time": "2024-10-09T08:40:52",
            "upload_time_iso_8601": "2024-10-09T08:40:52.140838Z",
            "url": "https://files.pythonhosted.org/packages/75/d4/3c25007c60392f853e1f24ae9dd2e631d9247fab3c658272f364917cdc26/pyramid_elasticapm-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51e8c3bc451e8230426dab1bdac2f77fb9a3e3af63f6f6541f0f32abcb938eb8",
                "md5": "d0f4c756b675add87f2efd86e4fbc5cb",
                "sha256": "463ea55a1a7cdc1dab05b32f54fa7d50ee170d6b89547b7a7262d6c91d05e73f"
            },
            "downloads": -1,
            "filename": "pyramid-elasticapm-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d0f4c756b675add87f2efd86e4fbc5cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7063,
            "upload_time": "2024-10-09T08:40:53",
            "upload_time_iso_8601": "2024-10-09T08:40:53.709856Z",
            "url": "https://files.pythonhosted.org/packages/51/e8/c3bc451e8230426dab1bdac2f77fb9a3e3af63f6f6541f0f32abcb938eb8/pyramid-elasticapm-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-09 08:40:53",
    "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.44520s