Skip to content

Commit

Permalink
docs: update agent server compat (#5923)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Aug 25, 2021
1 parent b58f57c commit a86fce3
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions docs/guide/agent-server-compatibility.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,24 @@ The chart below outlines the compatibility between different versions of the APM
|`1.x` |≥ `6.5`

// Node
.3+|**Node.js agent**
|`1.x` |`6.2`-`6.x`
|`2.x` |≥ `6.5`
.1+|**Node.js agent**
|`3.x` |≥ `6.6`

// PHP
.1+|**PHP agent**
|`1.x` |≥ `7.0`

// Python
.3+|**Python agent**
|`2.x`, `3.x` |`6.2`-`6.x`
|`4.x` |≥ `6.5`
|`5.x` |≥ `6.6`
.1+|**Python agent**
|`6.x` |≥ `6.6`

// Ruby
.4+|**Ruby agent**
|`1.x` |`6.4`-`6.x`
|`2.x` |≥ `6.5`
.2+|**Ruby agent**
|`3.x` |≥ `6.5`
|`4.x` |≥ `6.5`

// RUM
.4+|**JavaScript RUM agent**
|`0.x` |`6.3`-`6.4`
|`1.x` |`6.4`
|`2.x`, `3.x`, `4.x` |≥ `6.5`
.2+|**JavaScript RUM agent**
|`4.x` |≥ `6.5`
|`5.x` |≥ `7.0`
|====

0 comments on commit a86fce3

Please sign in to comment.