1
- ** Disclaimer: This SDK is currently in beta and still work in progress.**
2
-
3
1
# Dynatrace OneAgent SDK for Java
4
2
5
3
This SDK allows Dynatrace customers to instrument java applications. This is useful to enhance the visibility for proprietary frameworks or
@@ -9,7 +7,7 @@ This is the official Java implementation of the [Dynatrace OneAgent SDK](https:/
9
7
10
8
#### Table of Contents
11
9
12
- * [ Package contents] ( #package )
10
+ * [ Package contents] ( #package )
13
11
* [ Requirements] ( #requirements )
14
12
* [ Integration] ( #integration )
15
13
* [Dependencies](#dependencies)
@@ -45,15 +43,15 @@ This is the official Java implementation of the [Dynatrace OneAgent SDK](https:/
45
43
- JRE 1.6 or higher
46
44
- Dynatrace OneAgent (required versions see below)
47
45
48
- | OneAgent SDK for Java| Required OneAgent version|
49
- | :--------------------| :------------------------|
50
- | 1.7.0 | >=1.167 |
51
- | 1.6.0 | >=1.161 |
52
- | 1.4.0 | >=1.151 |
53
- | 1.3.0 | >=1.149 |
54
- | 1.2.0 | >=1.147 |
55
- | 1.1.0 | >=1.143 |
56
- | 1.0.3 | >=1.135 |
46
+ | OneAgent SDK for Java| Required OneAgent version| Support status |
47
+ | :--------------------| :------------------------| :------------- |
48
+ | 1.7.0 | >=1.167 | Supported |
49
+ | 1.6.0 | >=1.161 | Supported |
50
+ | 1.4.0 | >=1.151 | Supported |
51
+ | 1.3.0 | >=1.149 | Supported |
52
+ | 1.2.0 | >=1.147 | Supported |
53
+ | 1.1.0 | >=1.143 | Supported |
54
+ | 1.0.3 | >=1.135 | Supported |
57
55
58
56
<a name =" integration " />
59
57
@@ -469,7 +467,11 @@ try {
469
467
470
468
## Help & Support
471
469
472
- The Dynatrace OneAgent SDK for Java is an open source project, currently in beta status. The features are fully supported by Dynatrace.
470
+ ** Support policy**
471
+
472
+ The Dynatrace OneAgent SDK for Java has GA status. The features are fully supported by Dynatrace.
473
+
474
+ For detailed support policy see [ Dynatrace OneAgent SDK help] ( https://github.com/Dynatrace/OneAgent-SDK#help ) .
473
475
474
476
** Get Help**
475
477
* Ask a question in the <a href =" https://answers.dynatrace.com/spaces/482/view.html " target =" _blank " >product forums</a >
0 commit comments