equal
deleted
inserted
replaced
|
1 ================= |
|
2 PyAMS_apm package |
|
3 ================= |
1 |
4 |
2 PyAMS APM |
5 .. contents:: |
3 ========= |
6 |
|
7 |
|
8 What is PyAMS |
|
9 ============= |
|
10 |
|
11 PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications |
|
12 and content management with the Pyramid framework. |
|
13 |
|
14 **PyAMS** is actually mainly used to manage web sites through content management applications (CMS), |
|
15 see PyAMS_content package), but many features are generic and can be used inside any kind of web |
|
16 application. |
|
17 |
|
18 |
|
19 What is PyAMS_apm ? |
|
20 =================== |
|
21 |
|
22 APM in an Elasticsearch module which can be used to monitor applications performances. |
|
23 |
|
24 This package allows to integrate any Pyramid application with APM, providing a custom tween. |
|
25 It also add instrumentation of several Python packages, like Chameleon or LDAP3. |