An attempt at a sample python agent to monitor a rest request and display record interesting events about it. Current logging is within console after running __main__.py
(Requires Python 2.7)
git clone https://github.com/malexanderboyd/pyAgent.git
cd pyAgent
python setup.py install
python __main__.py
browse to http://127.0.0.1:5000 on your favorite browser.
Open agentconfig.json
and find agentEnabled
. Set this to either True
or False
to enable monitoring.