opentelemetry-java-instrume.../examples
Tyler Benson e6179f6555 Use hardcoded operation names for integrations
Backend has issues with variable operation names.

Also reduce dependencies on OT-contribs.
2018-04-27 12:37:19 +10:00
..
dropwizard-mongo-client Misc upgrades. 2018-03-27 11:26:46 +08:00
rest-spark Use hardcoded operation names for integrations 2018-04-27 12:37:19 +10:00
spring-boot-jdbc-redis Misc upgrades. 2018-03-27 11:26:46 +08:00
README.md Added Redis instrumentation via Jedis client 2.9 and changed spring-boot-jdbc to spring-boot-jdbc-redis 2018-02-05 12:59:42 -05: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