opentelemetry-java-instrume.../dd-trace-examples
Emanuele Palazzetti 4927f40392 Merge pull request #95 from palazzem/spring-boot-example
[example] update Spring Boot example with a simplified documentation
2017-08-04 16:00:31 +02:00
..
async-tracing Don’t exclude the wrapper jar 2017-08-01 15:09:51 -07:00
dropwizard-mongo-client [example] cosmetics 2017-08-04 13:55:00 +02:00
rest-spark [example] added 404 endpoint to test the rewrite decorator 2017-08-04 12:50:38 +02:00
spring-boot-jdbc [example] update Spring Boot example with a simplified documentation 2017-08-04 15:50:28 +02: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