opentelemetry-java-instrume.../dd-trace-examples
Guillaume Polaert 22b2818d11 Renaming project 2017-05-29 09:29:22 +02:00
..
async-tracing Renaming project 2017-05-29 09:29:22 +02:00
dropwizard-mongo-client First version of the agent documentation 2017-05-24 13:31:24 +02:00
spring-boot-jdbc Refactoring project skel 2017-05-23 14:08:55 +02:00
README.md Refactoring project skel 2017-05-23 14:08:55 +02:00
pom.xml Renaming project 2017-05-29 09:29:22 +02: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