src/pyams_apm.egg-info/PKG-INFO
changeset 29 76e8fa9c5516
parent 15 1cedda2f8455
equal deleted inserted replaced
28:57ede88e05a1 29:76e8fa9c5516
     1 Metadata-Version: 2.1
     1 Metadata-Version: 2.1
     2 Name: pyams-apm
     2 Name: pyams-apm
     3 Version: 0.1.4
     3 Version: 0.1.5
     4 Summary: PyAMS Elasticsearch APM integration package
     4 Summary: PyAMS Elasticsearch APM integration package
     5 Home-page: http://hg.ztfy.org/pyams/pyams_apm
     5 Home-page: http://hg.ztfy.org/pyams/pyams_apm
     6 Author: Thierry Florac
     6 Author: Thierry Florac
     7 Author-email: tflorac@ulthar.net
     7 Author-email: tflorac@ulthar.net
     8 License: ZPL
     8 License: ZPL
    21         
    21         
    22         **PyAMS** is actually mainly used to manage web sites through content management applications (CMS),
    22         **PyAMS** is actually mainly used to manage web sites through content management applications (CMS),
    23         see PyAMS_content package), but many features are generic and can be used inside any kind of web
    23         see PyAMS_content package), but many features are generic and can be used inside any kind of web
    24         application.
    24         application.
    25         
    25         
       
    26         All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
       
    27         
    26         
    28         
    27         What is PyAMS_apm ?
    29         What is PyAMS_apm ?
    28         ===================
    30         ===================
    29         
    31         
    30         APM in an Elasticsearch module which can be used to monitor applications performances.
    32         APM in an Elasticsearch module which can be used to monitor applications performances.
    33         It also add instrumentation of several Python packages, like Chameleon or LDAP3.
    35         It also add instrumentation of several Python packages, like Chameleon or LDAP3.
    34         
    36         
    35         
    37         
    36         History
    38         History
    37         =======
    39         =======
       
    40         
       
    41         0.1.5
       
    42         -----
       
    43          - updated Chamelon instrumentation
       
    44         
       
    45         0.1.4.2
       
    46         -------
       
    47          - imports cleanup
       
    48         
       
    49         0.1.4.1
       
    50         -------
       
    51          - added Pylint and Gitlab-CI configuration files
       
    52          - code cleaning
       
    53         
       
    54         0.1.4
       
    55         -----
       
    56          - updated view name in APM tween
    38         
    57         
    39         0.1.3
    58         0.1.3
    40         -----
    59         -----
    41          - added instrumentation for LDAP Connection.open and Connection.get_response methods call
    60          - added instrumentation for LDAP Connection.open and Connection.get_response methods call
    42         
    61