From 2870d0ba34007b44537d11ebcaf4593fef8c2811 Mon Sep 17 00:00:00 2001 From: renaudboutet Date: Wed, 24 May 2017 13:12:44 +0200 Subject: [PATCH] First version of the agent documentation --- dd-java-agent/Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dd-java-agent/Readme.md b/dd-java-agent/Readme.md index 4f6d65e944..41fab73d9e 100644 --- a/dd-java-agent/Readme.md +++ b/dd-java-agent/Readme.md @@ -2,11 +2,10 @@ This is a Java Agent made for instrumenting Java applications using the Datadog Tracer. Once attached to one of your JVM you should see traces into your [Datadog APM](https://app.datadoghq.com/apm/search). -Instrumentations are done in 3 ways: +Tracing instrumentations can be done in 2 ways: - Automatically over a set of [supported Web servers, frameworks or database drivers](#instrumented-frameworks) - By using the [`@trace` annotations](#custom-instrumentations) -- Or directly with Byteman rules as explained in the inherited Opentracing Java Agent project :heavy_exclamation_mark: **Warning:** This library is currently at Alpha stage. This means that even if we rigorously tested instrumentations you may experience strange behaviors depending on your running environment. It must evolve quickly though. For any help please contact [support@datadoghq.com](mailto:support@datadoghq.com).