@@ -54,11 +54,11 @@ Dynatrace OneAgent version (it is the same as
54
54
55
55
<a name =" pycversiontab " ></a >
56
56
57
- | OneAgent SDK for Python| OneAgent SDK for C/C++| Dynatrace OneAgent|
58
- | :----------------------| :---------------------| :-----------------|
59
- | 1.0 | 1.1.0 | ≥1.141 |
60
- | 1.1 | 1.3.1 | ≥1.151 |
61
- | 1.2 | 1.4.1 | ≥1.161 |
57
+ | OneAgent SDK for Python| OneAgent SDK for C/C++| Dynatrace OneAgent| Support status |
58
+ | :----------------------| :---------------------| :-----------------| :------------------ |
59
+ | 1.2 | 1.4.1 | ≥1.161 | Supported |
60
+ | 1.1 | 1.3.1 | ≥1.151 | Supported |
61
+ | 1.0 | 1.1.0 | ≥1.141 | EAP (not supported) |
62
62
63
63
<a name =" #using-the-oneagent-sdk-for-python-in-your-application " ></a >
64
64
## Using the OneAgent SDK for Python in your application
@@ -204,16 +204,16 @@ for details on upcoming features.
204
204
205
205
A more detailed specification of the features can be found in [ Dynatrace OneAgent SDK] ( https://github.com/Dynatrace/OneAgent-SDK#features ) .
206
206
207
- | Feature | Required OneAgent SDK for Python version|
207
+ | Feature | Required OneAgent SDK for Python version|
208
208
| :-----------------------------------------| :--------|
209
- | Trace incoming and outgoing remote calls | ≥1.0.0 |
210
- | SQL database requests | ≥1.0.0 |
211
- | Incoming web requests | ≥1.0.0 |
212
- | Outgoing web requests | ≥1.1.0 |
213
- | Custom request attributes | ≥1.1.0 |
214
- | In-process linking | ≥1.1.0 |
215
- | Messaging | ≥1.2.0 |
216
209
| Custom services | ≥1.2.0 |
210
+ | Messaging | ≥1.2.0 |
211
+ | In-process linking | ≥1.1.0 |
212
+ | Custom request attributes | ≥1.1.0 |
213
+ | Outgoing web requests | ≥1.1.0 |
214
+ | Incoming web requests | ≥1.0.0 |
215
+ | SQL database requests | ≥1.0.0 |
216
+ | Trace incoming and outgoing remote calls | ≥1.0.0 |
217
217
218
218
<a name =" remote-calls " ></a >
219
219
### Remote calls
@@ -621,7 +621,11 @@ If you are viewing the [GitHub repository](https://github.com/Dynatrace/OneAgent
621
621
<a name =" help--support " ></a >
622
622
## Help & Support
623
623
624
- The Dynatrace OneAgent SDK for Python is currently in beta status. The features are fully supported by Dynatrace.
624
+ ** Support policy**
625
+
626
+ The Dynatrace OneAgent SDK for Python has GA status. The features are fully supported by Dynatrace.
627
+
628
+ For detailed support policy see [ Dynatrace OneAgent SDK help] ( https://github.com/Dynatrace/OneAgent-SDK#help ) .
625
629
626
630
<a name =" documentation " ></a >
627
631
<a name =" read-the-manual " ></a >
0 commit comments