opentelemetry-java-instrume.../dd-trace-examples
Tyler Benson 05fc670063 Fix concurrency problem with DDSpanContext
Also apply Java 1.8 compatability to async-tracing example.
2017-07-17 11:07:54 -07:00
..
async-tracing Fix concurrency problem with DDSpanContext 2017-07-17 11:07:54 -07:00
dropwizard-mongo-client Apply automatic formatting 2017-07-12 07:47:19 -07:00
spring-boot-jdbc Apply automatic formatting 2017-07-12 07:47:19 -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