Skip to content

Commit

Permalink
Remove beta/EAP comments (#7)
Browse files Browse the repository at this point in the history
* updated support policy
* marked 1.0 as EAP / unsupported
* reordered list to match style in other repos
  • Loading branch information
alramlechner authored and arminru committed Jul 5, 2019
1 parent 36427c3 commit fe06fda
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Dynatrace OneAgent version (it is the same as

<a name="pycversiontab"></a>

|OneAgent SDK for Python|OneAgent SDK for C/C++|Dynatrace OneAgent|
|:----------------------|:---------------------|:-----------------|
|1.0 |1.1.0 |≥1.141 |
|1.1 |1.3.1 |≥1.151 |
|1.2 |1.4.1 |≥1.161 |
|OneAgent SDK for Python|OneAgent SDK for C/C++|Dynatrace OneAgent|Support status |
|:----------------------|:---------------------|:-----------------|:------------------|
|1.2 |1.4.1 |≥1.161 |Supported |
|1.1 |1.3.1 |≥1.151 |Supported |
|1.0 |1.1.0 |≥1.141 |EAP (not supported)|

<a name="#using-the-oneagent-sdk-for-python-in-your-application"></a>
## Using the OneAgent SDK for Python in your application
Expand Down Expand Up @@ -204,16 +204,16 @@ for details on upcoming features.

A more detailed specification of the features can be found in [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK#features).

|Feature |Required OneAgent SDK for Python version|
|Feature |Required OneAgent SDK for Python version|
|:-----------------------------------------|:--------|
|Trace incoming and outgoing remote calls |≥1.0.0 |
|SQL database requests |≥1.0.0 |
|Incoming web requests |≥1.0.0 |
|Outgoing web requests |≥1.1.0 |
|Custom request attributes |≥1.1.0 |
|In-process linking |≥1.1.0 |
|Messaging |≥1.2.0 |
|Custom services |≥1.2.0 |
|Messaging |≥1.2.0 |
|In-process linking |≥1.1.0 |
|Custom request attributes |≥1.1.0 |
|Outgoing web requests |≥1.1.0 |
|Incoming web requests |≥1.0.0 |
|SQL database requests |≥1.0.0 |
|Trace incoming and outgoing remote calls |≥1.0.0 |

<a name="remote-calls"></a>
### Remote calls
Expand Down Expand Up @@ -621,7 +621,11 @@ If you are viewing the [GitHub repository](https://github.com/Dynatrace/OneAgent
<a name="help--support"></a>
## Help & Support

The Dynatrace OneAgent SDK for Python is currently in beta status. The features are fully supported by Dynatrace.
**Support policy**

The Dynatrace OneAgent SDK for Python has GA status. The features are fully supported by Dynatrace.

For detailed support policy see [Dynatrace OneAgent SDK help](https://github.com/Dynatrace/OneAgent-SDK#help).

<a name="documentation"></a>
<a name="read-the-manual"></a>
Expand Down

0 comments on commit fe06fda

Please sign in to comment.