Skip to content

Commit

Permalink
Merge pull request elastic#41 from bmorelli25/update-compat
Browse files Browse the repository at this point in the history
[APM] Simplify and move APM agent compatibility
  • Loading branch information
bmorelli25 authored Oct 3, 2023
2 parents 8423f42 + bab19eb commit 80e3721
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 39 deletions.
20 changes: 20 additions & 0 deletions docs/apm-agents/apm-agents-elastic-apm-agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,23 @@ Elastic APM agents are built and maintained by Elastic. While they are similar,
<DocTab name=".NET"><Net /></DocTab>
<DocTab name="PHP"><Php /></DocTab>
</DocTabs>

## Minimum supported versions

The following versions of Elastic APM agents are supported:

| Agent name | Agent version |
|---|---|
| **APM AWS Lambda extension** |`1.x` |
| **Go agent** |`1.x` |
| **Java agent** |`1.x` |
| **.NET agent** |`1.x` |
| **Node.js agent** |`4.x` |
| **PHP agent** |`1.x` |
| **Python agent** |`6.x` |
| **Ruby agent** |`3.x` |

<DocCallOut title="Note">
Some recently added features may require newer agent versions than those listed above.
In these instances, the required APM agent versions will be documented with the feature.
</DocCallOut>
32 changes: 0 additions & 32 deletions docs/apm/apm-agent-compatibility.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/apm/apm-troubleshooting/common-response-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### HTTP 400: Data decoding error / Data validation error

The most likely cause for this error is using incompatible versions of ((apm-agent)) and APM Server.
See the <DocLink id="serverlessObservabilityApmAgentCompatibility">agent/server compatibility matrix</DocLink> to verify compatibility.
See <DocLink id="serverlessObservabilityApmAgents" section="minimum-supported-versions">minimum supported APM agent versions</DocLink> to verify compatibility.

<div id="event-too-large"></div>

Expand Down
6 changes: 0 additions & 6 deletions serverless-observability.docnav.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,6 @@
"id": "serverlessObservabilityApmSecureCommunicationWithApmAgents",
"classic-sources": [ "enApmGuideSecureAgentCommunication" ]
},
{
"id": "serverlessObservabilityApmAgentCompatibility",
"classic-sources": [
"enApmGuideAgentServerCompatibility"
]
},
{
"id": "serverlessObservabilityApmTroubleshooting",
"classic-sources": [
Expand Down

0 comments on commit 80e3721

Please sign in to comment.