Skip to content

Releases: DataDog/dd-trace-java

Latest v1

16 Nov 09:52
cba8ffe
Compare
Choose a tag to compare

Download

This release tracks the latest v1 available, currently v1.42.0.

0.2.0

07 Aug 14:53
Compare
Choose a tag to compare
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-trace package exposes a Tracer API to trace the code execution of your functions, using manual instrumentation and try-with-resources statements
  • the dd-trace-annotations package provides the @Trace annotation to trace entirely a function instead of adding manual instrumentation to the function body
  • the dd-java-agent package 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