You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dd-java-agent/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
*Minimal Java version required: 1.7*
4
4
5
-
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).
5
+
This is a Java Agent to instrument Java applications using the Datadog Tracer. Once attached to one of your JVM you should see traces in[Datadog APM](https://app.datadoghq.com/apm/search).
6
6
7
-
Tracing instrumentations can be done in 2 ways:
7
+
Tracing instrumentation can be done in 2 ways:
8
8
9
9
- Automatically over a set of [supported Web servers, frameworks or database drivers](#instrumented-frameworks)
10
10
- By using the [`@trace` annotation](#custom-instrumentations)
11
11
12
-
: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).
12
+
:heavy_exclamation_mark:**Warning:** This library is currently in Alpha. This means that even though we rigorously tested instrumentations you may experience strange behaviors depending on your running environment. Be sure to test thoroughly on a staging environment before releasing to production. For any help please contact [tracehelp@datadoghq.com](mailto:tracehelp@datadoghq.com).
13
13
14
14
## Quick start
15
15
@@ -86,7 +86,7 @@ If you want to change it, you must create it in your project.
86
86
87
87
## Instrumented frameworks
88
88
89
-
When attached to an application the `dd-java-agent` automatically instruments the following set of frameworks & servers.
89
+
When attached to an application the `dd-java-agent` automatically instruments the following set of frameworks & servers:
0 commit comments