Version 0.1.4.1 0.1.4.1
authorThierry Florac <tflorac@ulthar.net>
Mon, 25 Nov 2019 13:41:08 +0100
changeset 17 d0c10078c618
parent 16 d479a06e08c4
child 18 3977f1ce957e
Version 0.1.4.1
docs/HISTORY.txt
docs/README.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
--- 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.