Skip to content

Commit 7cd40e8

Browse files
Sonja Chèvrealramlechner
authored andcommitted
doc update (#5)
* mavenCentral links reference * Update README.md * added feature/version matrix * Update README.md
1 parent 8f6049e commit 7cd40e8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you want to integrate the OneAgent SDK into your application, just add the fo
5959
<scope>compile</scope>
6060
</dependency>
6161

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.
6363

6464
The Dynatrace OneAgent SDK for Java has no further dependencies.
6565

@@ -76,7 +76,7 @@ Additionally you should/have to ensure, that you have set a `LoggingCallback`. F
7676

7777
## API Concepts
7878

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).
8080

8181
<a name="oneagentsdkobject" />
8282

@@ -122,7 +122,12 @@ The second purpose of a Tracer is to allow tracing across process boundaries. To
122122

123123
The feature sets differ slightly with each language implementation. More functionality will be added over time, see <a href="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.
124124

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 |
126131

127132
<a name="remoting" />
128133

@@ -207,6 +212,9 @@ The Dynatrace OneAgent SDK is an open source project, in beta status. Feedback a
207212
<a name="releasenotes" />
208213

209214
## Release notes
215+
216+
see also https://github.com/Dynatrace/OneAgent-SDK-for-Java/releases
217+
210218
|Version|Description|Links|
211219
|:------|:--------------------------------------|:----------------------------------------|
212220
|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

Comments
 (0)