0.2.0
Pre-release
Pre-release
First beta release is out!
This pre-release introduces all the bindings for the APM Java Tracer. Here the list of available functionalities:
- the Java Tracer is OpenTracing compliant
- the
dd-tracepackage exposes a Tracer API to trace the code execution of your functions, using manual instrumentation andtry-with-resourcesstatements - the
dd-trace-annotationspackage provides the@Traceannotation to trace entirely a function instead of adding manual instrumentation to the function body - the
dd-java-agentpackage provides a Java Agent that can be used via-javaagent:<path_to_jar>to auto-instrument your application
Contrib modules from the OpenTracing community are used to instrument and auto-instrument the following libraries or frameworks:
| Framework | Versions |
|---|---|
| OkHTTP | 3.x |
| Apache HTTP Client | 4.3 + |
| AWS SDK | 1.11.119+ |
| Web Servlet Filters | Depends on web server |
| JMS 2 | 2.x |
| Server | Versions |
|---|---|
| Jetty | 8.x, 9.x |
| Tomcat | 8.0.x, 8.5.x & 9.x |
| Database | Versions |
|---|---|
| Spring JDBC | 4.x |
| Hibernate | 5.x |
| MongoDB | 3.x |
| Cassandra | 3.2.x |