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: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ If you want to integrate the OneAgent SDK into your application, just add the fo
59
59
<scope>compile</scope>
60
60
</dependency>
61
61
62
-
If you prefer to integrate the SDK using plain jar file, just download them from mavenCentral - Dynatrace OneAgent SDK for Java [binary](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.0.3/oneagent-sdk-1.0.3.jar), [source](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.0.3/oneagent-sdk-1.0.3-sources.jar) and [javadoc](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.0.3/oneagent-sdk-1.0.3-javadoc.jar)
62
+
If you prefer to integrate the SDK using plain jar file, just download them from mavenCentral. You can find the download links for each version in the [Release notes](#releasenotes) section.
63
63
64
64
The Dynatrace OneAgent SDK for Java has no further dependencies.
65
65
@@ -76,7 +76,7 @@ Additionally you should/have to ensure, that you have set a `LoggingCallback`. F
76
76
77
77
## API Concepts
78
78
79
-
Common concepts of the Dynatrace OneAgent SDK are explained the [Dynatrace OneAgent SDK repository](https://github.com/Dynatrace/OneAgent-SDK).
79
+
Common concepts of the Dynatrace OneAgent SDK are explained the [Dynatrace OneAgent SDK repository](https://github.com/Dynatrace/OneAgent-SDK#apiconcepts).
80
80
81
81
<aname="oneagentsdkobject" />
82
82
@@ -122,7 +122,12 @@ The second purpose of a Tracer is to allow tracing across process boundaries. To
122
122
123
123
The feature sets differ slightly with each language implementation. More functionality will be added over time, see <ahref="https://answers.dynatrace.com/spaces/483/dynatrace-product-ideas/idea/198106/planned-features-for-oneagent-sdk.html"target="_blank">Planned features for OneAgent SDK</a> for details on upcoming features.
124
124
125
-
A more detailed specification of the features can be found in [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK).
125
+
A more detailed specification of the features can be found in [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK#features).
126
+
127
+
|Feature|Required OneAgent SDK for Java version|
128
+
|:------|:--------|
129
+
|Trace incoming and outgoing remote calls |>=1.0.3 |
130
+
|In process linking |>=1.1.0 |
126
131
127
132
<aname="remoting" />
128
133
@@ -207,6 +212,9 @@ The Dynatrace OneAgent SDK is an open source project, in beta status. Feedback a
207
212
<aname="releasenotes" />
208
213
209
214
## Release notes
215
+
216
+
see also https://github.com/Dynatrace/OneAgent-SDK-for-Java/releases
|1.1.0 |Added support for in-process-linking |[binary](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.1.0/oneagent-sdk-1.1.0.jar)[source](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.0.3/oneagent-sdk-1.0.3-sources.jar)[javadoc](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.0.3/oneagent-sdk-1.1.0-javadoc.jar)|
0 commit comments