mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
docs: add PHP agent info to docs (#91773)
This commit is contained in:
parent
4ce0b6c14f
commit
043848787d
4 changed files with 12 additions and 8 deletions
|
@ -46,6 +46,7 @@ Go Agent:: {apm-go-ref}/configuration.html[Configuration reference]
|
|||
Java Agent:: {apm-java-ref}/configuration.html[Configuration reference]
|
||||
.NET Agent:: {apm-dotnet-ref}/configuration.html[Configuration reference]
|
||||
Node.js Agent:: {apm-node-ref}/configuration.html[Configuration reference]
|
||||
PHP Agent:: _Not yet supported_
|
||||
Python Agent:: {apm-py-ref}/configuration.html[Configuration reference]
|
||||
Ruby Agent:: {apm-ruby-ref}/configuration.html[Configuration reference]
|
||||
Real User Monitoring (RUM) Agent:: {apm-rum-ref}/configuration.html[Configuration reference]
|
||||
|
|
|
@ -52,8 +52,9 @@ See the documentation for each agent you're using to learn how to configure serv
|
|||
|
||||
* *Go:* {apm-go-ref}/configuration.html#config-environment[`ELASTIC_APM_ENVIRONMENT`]
|
||||
* *Java:* {apm-java-ref}/config-core.html#config-environment[`environment`]
|
||||
* *.NET* {apm-dotnet-ref}/config-core.html#config-environment[`Environment`]
|
||||
* *.NET:* {apm-dotnet-ref}/config-core.html#config-environment[`Environment`]
|
||||
* *Node.js:* {apm-node-ref}/configuration.html#environment[`environment`]
|
||||
* *PHP:* {apm-php-ref}/configuration-reference.html#config-environment[`environment`]
|
||||
* *Python:* {apm-py-ref}/configuration.html#config-environment[`environment`]
|
||||
* *Ruby:* {apm-ruby-ref}/configuration.html#config-environment[`environment`]
|
||||
* *Real User Monitoring:* {apm-rum-ref}/configuration.html#environment[`environment`]
|
||||
|
|
|
@ -87,10 +87,11 @@ Type and subtype are based on `span.type`, and `span.subtype`.
|
|||
Service maps are supported for the following Agent versions:
|
||||
|
||||
[horizontal]
|
||||
Go Agent:: ≥ v1.7.0
|
||||
Java Agent:: ≥ v1.13.0
|
||||
.NET Agent:: ≥ v1.3.0
|
||||
Node.js Agent:: ≥ v3.6.0
|
||||
Python Agent:: ≥ v5.5.0
|
||||
Ruby Agent:: ≥ v3.6.0
|
||||
Real User Monitoring (RUM) Agent:: ≥ v4.7.0
|
||||
Go agent:: ≥ v1.7.0
|
||||
Java agent:: ≥ v1.13.0
|
||||
.NET agent:: ≥ v1.3.0
|
||||
Node.js agent:: ≥ v3.6.0
|
||||
PHP agent:: _Not yet supported_
|
||||
Python agent:: ≥ v5.5.0
|
||||
Ruby agent:: ≥ v3.6.0
|
||||
Real User Monitoring (RUM) agent:: ≥ v4.7.0
|
||||
|
|
|
@ -17,6 +17,7 @@ don't forget to check our other troubleshooting guides or discussion forum:
|
|||
* {apm-go-ref}/troubleshooting.html[Go agent troubleshooting]
|
||||
* {apm-java-ref}/trouble-shooting.html[Java agent troubleshooting]
|
||||
* {apm-node-ref}/troubleshooting.html[Node.js agent troubleshooting]
|
||||
* {apm-php-ref}/troubleshooting.html[PHP agent troubleshooting]
|
||||
* {apm-py-ref}/troubleshooting.html[Python agent troubleshooting]
|
||||
* {apm-ruby-ref}/debugging.html[Ruby agent troubleshooting]
|
||||
* {apm-rum-ref/troubleshooting.html[RUM troubleshooting]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue