opentelemetry-java-instrume.../dd-trace-examples
Tyler Benson b40bcf9973 Add automatic instrumentation for JDBC
This instrumentation creates spans for Statements and PreparedStatements. It also captures the corresponding SQL and additional connection info.  ResultSet could be considered for future instrumentation to capture even more of the DB interaction time.

This integration uses Bytebuddy instead of Byteman as the many methods to instrument would have been messy in Byteman.
2017-10-24 10:28:53 -07:00
..
async-tracing Don’t exclude the wrapper jar 2017-08-01 15:09:51 -07:00
dropwizard-mongo-client Fix aws version in readme, add finals and reformatting 2017-09-18 10:49:08 -07:00
rest-spark Abstract core dependencies for central management 2017-09-07 16:38:21 -07:00
spring-boot-jdbc Add automatic instrumentation for JDBC 2017-10-24 10:28:53 -07:00
README.md Another pass on improving the docs 2017-07-12 14:30:08 -07:00

README.md

Datadog Java Tracer examples

The goal of this repository is to offer you some examples about how to instrument your code using the OpenTracing API and the DD Tracer.

Here are the examples

Prerequisites

In order to run the demos, you have to do something before:

  • Get the latest lib of the DD-Tracer and push it to the lib directory
  • Make sure you have a running Datadog Agent on the local port 8126 (default one)
  • In the Datadog agent configuration, set APM to true (and restart it)
  • Maven