# HG changeset patch # User Thierry Florac # Date 1574685668 -3600 # Node ID d0c10078c618e68bbf0213d5d177588f8c40cf75 # Parent d479a06e08c490b5ee76ca701d8f1d9ac2182dde Version 0.1.4.1 diff -r d479a06e08c4 -r d0c10078c618 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Nov 25 13:40:03 2019 +0100 +++ b/docs/HISTORY.txt Mon Nov 25 13:41:08 2019 +0100 @@ -1,6 +1,15 @@ History ======= +0.1.4.1 +------- + - added Pylint and Gitlab-CI configuration files + - code cleaning + +0.1.4 +----- + - updated view name in APM tween + 0.1.3 ----- - added instrumentation for LDAP Connection.open and Connection.get_response methods call diff -r d479a06e08c4 -r d0c10078c618 docs/README.txt --- a/docs/README.txt Mon Nov 25 13:40:03 2019 +0100 +++ b/docs/README.txt Mon Nov 25 13:41:08 2019 +0100 @@ -1,3 +1,25 @@ +================= +PyAMS_apm package +================= -PyAMS APM -========= +.. contents:: + + +What is PyAMS +============= + +PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications +and content management with the Pyramid framework. + +**PyAMS** is actually mainly used to manage web sites through content management applications (CMS), +see PyAMS_content package), but many features are generic and can be used inside any kind of web +application. + + +What is PyAMS_apm ? +=================== + +APM in an Elasticsearch module which can be used to monitor applications performances. + +This package allows to integrate any Pyramid application with APM, providing a custom tween. +It also add instrumentation of several Python packages, like Chameleon or LDAP3.