From e0b85ef79e06cdb301962fae393963eb7bdcbe44 Mon Sep 17 00:00:00 2001 From: renaudboutet Date: Wed, 24 May 2017 12:27:41 +0200 Subject: [PATCH] First version of the agent documentation --- dd-java-agent/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dd-java-agent/Readme.md b/dd-java-agent/Readme.md index 0380fa872d..557fc06c95 100644 --- a/dd-java-agent/Readme.md +++ b/dd-java-agent/Readme.md @@ -10,7 +10,7 @@ Instrumentations are done in 3 ways: Once attached you should see traces into your [Datadog APM](https://app.datadoghq.com/apm/search). -:heavy_exclamation_mark: **Warning:** This library is currently at Alpha stage. This means that even if we rigorusosly 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). +: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). ## Quick start @@ -44,7 +44,7 @@ We assume that your `${M2_REPO}` env variable is properly setted. Don't forget t ``` -javaagent:${M2_REPO}/com/datadoghq/dd-java-agent/0.0.1/dd-java-agent-{version}.jar -`` +``` That's it! If you did this properly the agent was executed at pre-main, had detected and instrumented the supported libraries and custom traces. You should then see traces on [Datadog APM](https://app.datadoghq.com/apm/search).