DEEP is an open source dynamic insight engine based on the Grafana stack. The idea is to allow dynamic collection of Traces, Metrics, Logs and Snapshots via the Grafana UI.
To use DEEP simple import the package and start the agent at the earliest point in the code.
pip install deep-agent
import deep
deep.start()
There are a couple of examples available here.
For further documentation on the usage of deep-agent view the docs.
For licensing info please see LICENSING.md