opentelemetry-java-instrume.../examples
Tyler Benson b2b61e0c8c Changes required for supporting OT 0.31.0
Also updates all the contrib versions that we currently depend on to their 0.31.0 supporting versions.
2018-01-16 09:52:28 -05:00
..
dropwizard-mongo-client Changes required for supporting OT 0.31.0 2018-01-16 09:52:28 -05:00
rest-spark Changes required for supporting OT 0.31.0 2018-01-16 09:52:28 -05:00
spring-boot-jdbc Lots of renaming 2018-01-09 10:02:06 +10:00
README.md Lots of renaming 2018-01-09 10:02:06 +10: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