About Examples
A small collection of examples on using deep.
Project Modules
This project has declared the following modules:
| Name | Description |
|---|---|
| Agent Load | This example uses the agent load (-javaagent) to load the deep agent. It therefore has no dependencies of code related to deep. |
| Agent Load | This example uses the agent load (-javaagent) to load the deep agent. It therefore has no dependencies of code related to deep. |
| Dynamic Load | This example uses the dynamic load approach. We do not specify the agent (-javaagent) instead we dynamically unpack and attach the agent to the running JVM. |
| prometheus-metrics-example | A small collection of examples on using deep. |
| otel-example | A small collection of examples on using deep. |
