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.
import com.intergral.deep.Deep
Deep.start()
There are a couple of examples available here.
For help developing this see DEVELOPMENT.md
For licensing info please see LICENSING.md