Skip to content

Commit a811079

Browse files
authored
Update README.md
1 parent b3824c4 commit a811079

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
**Disclaimer: This SDK is currently in early access and still work in progress.**
2+
13
# Dynatrace OneAgent SDK for Java
24

3-
This SDK allows Dynatrace customers to instrument java applications. This is useful for technologies where no out of the box sensor
4-
is provided or in customer application are monitored.
5+
This SDK allows Dynatrace customers to instrument java applications. This is useful to enhance the visibility for prioritary frameworks or custom framework not directly supported by Dynatrace OneAgent out of the box.
6+
57
It provides the java implementation of the [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK).
68

79
## Package contents
@@ -32,14 +34,10 @@ If you prefer to integrate the SDK using plain jar file, just download them from
3234
The Dynatrace OneAgent SDK for Java has no further dependencies.
3335

3436
### Troubleshooting
35-
As long as the SDK can't connect to agent (see usage of SDKState in samples), you might set the following system property to print debug information to standard out:
37+
If the SDK can't connect to the OneAgent (see usage of SDKState in samples) or you you don't see the desired result in the Dynatrace UI, you might set the following system property to print debug information to standard out:
3638

3739
-Dcom.dynatrace.oneagent.sdk.debug=true
3840

39-
As soon as SDK is active, but no paths are shown in Dynatrace UI, enable the agent debug flag:
40-
41-
debugOneAgentSdkJava=true
42-
4341
This will provide SDK related debug information in agent log. Additionally ensure, that you have set an `LoggingCallback` in your application. For usage see class `StdErrLoggingCallback` in `remotecall-server` module (in samples/remotecall folder).
4442

4543
## OneAgent SDK for Java Requirements

0 commit comments

Comments
 (0)