Skip to content

Commit 55b5400

Browse files
replace apm-agent-php asciidocalypse links
1 parent 9f240fd commit 55b5400

17 files changed

+32
-31
lines changed

docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ cross_links:
1313
- apm-agent-ios
1414
- apm-agent-java
1515
- apm-agent-nodejs
16+
- apm-agent-php
1617
- apm-agent-python
1718
- apm-agent-rum-js
1819
- apm-aws-lambda

raw-migrated-files/docs-content/serverless/observability-apm-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
247247

248248
**Learn more in the {{apm-agent}} reference**
249249

250-
* [Supported technologies](asciidocalypse://docs/apm-agent-php/docs/reference/supported-technologies.md)
250+
* [Supported technologies](apm-agent-php://reference/supported-technologies.md)
251251
* [Configuration](apm-agent-python://reference/configuration.md)
252252

253253
</div>

solutions/observability/apps/api-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can now apply your newly created API keys in the configuration of each of yo
112112
* **iOS**: [`withApiKey`](apm-agent-ios://reference/configuration.md#withapikey)
113113
* **Java agent**: [`api_key`](apm-agent-java://reference/config-reporter.md#config-api-key)
114114
* **Node.js agent**: [`apiKey`](apm-agent-nodejs://reference/configuration.md#api-key)
115-
* **PHP agent**: [`api_key`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-api-key)
115+
* **PHP agent**: [`api_key`](apm-agent-php://reference/configuration-reference.md#config-api-key)
116116
* **Python agent**: [`api_key`](apm-agent-python://reference/configuration.md#config-api-key)
117117
* **Ruby agent**: [`api_key`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-api-key)
118118

solutions/observability/apps/apm-agent-central-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Node.js agent
5050
: [Configuration reference](apm-agent-nodejs://reference/configuration.md)
5151

5252
PHP agent
53-
: [Configuration reference](asciidocalypse://docs/apm-agent-php/docs/reference/configuration.md)
53+
: [Configuration reference](apm-agent-php://reference/configuration.md)
5454

5555
Python agent
5656
: [Configuration reference](apm-agent-python://reference/configuration.md)

solutions/observability/apps/apm-agent-tls-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We do not recommend disabling {{apm-agent}} verification of the server’s certi
6767
* **Go agent**: [`ELASTIC_APM_VERIFY_SERVER_CERT`](apm-agent-go://reference/configuration.md#config-verify-server-cert)
6868
* **.NET agent**: [`VerifyServerCert`](apm-agent-dotnet://reference/config-reporter.md#config-verify-server-cert)
6969
* **Java agent**: [`verify_server_cert`](apm-agent-java://reference/config-reporter.md#config-verify-server-cert)
70-
* **PHP agent**: [`verify_server_cert`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-verify-server-cert)
70+
* **PHP agent**: [`verify_server_cert`](apm-agent-php://reference/configuration-reference.md#config-verify-server-cert)
7171
* **Python agent**: [`verify_server_cert`](apm-agent-python://reference/configuration.md#config-verify-server-cert)
7272
* **Ruby agent**: [`verify_server_cert`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-verify-server-cert)
7373
* **Node.js agent**: [`verifyServerCert`](apm-agent-nodejs://reference/configuration.md#validate-server-cert)

solutions/observability/apps/apm-server-binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,8 +516,8 @@ elastic_apm.bootstrap_php_part_file=<repo root>/agent/php/bootstrap_php_part.php
516516
517517
**Learn more in the agent reference**
518518
519-
* [Supported technologies](asciidocalypse://docs/apm-agent-php/docs/reference/supported-technologies.md)
520-
* [Configuration](asciidocalypse://docs/apm-agent-php/docs/reference/configuration.md)
519+
* [Supported technologies](apm-agent-php://reference/supported-technologies.md)
520+
* [Configuration](apm-agent-php://reference/configuration.md)
521521
::::::
522522
523523
::::::{tab-item} Python

solutions/observability/apps/elastic-apm-agents.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,12 @@ The Elastic APM PHP agent measures application performance and tracks errors. Th
193193

194194
If you're ready to give Elastic APM a try, see [Get started with traces and APM](../../../solutions/observability/apps/get-started-with-apm.md).
195195

196-
See the [PHP agent reference](asciidocalypse://docs/apm-agent-php/docs/reference/index.md) for full documentation, including:
196+
See the [PHP agent reference](apm-agent-php://reference/index.md) for full documentation, including:
197197

198-
* [Supported technologies](asciidocalypse://docs/apm-agent-php/docs/reference/supported-technologies.md)
199-
* [Set up](asciidocalypse://docs/apm-agent-php/docs/reference/set-up-apm-php-agent.md)
200-
* [Configuration reference](asciidocalypse://docs/apm-agent-php/docs/reference/configuration.md)
201-
* [API reference](asciidocalypse://docs/apm-agent-php/docs/reference/public-api.md)
198+
* [Supported technologies](apm-agent-php://reference/supported-technologies.md)
199+
* [Set up](apm-agent-php://reference/set-up-apm-php-agent.md)
200+
* [Configuration reference](apm-agent-php://reference/configuration.md)
201+
* [API reference](apm-agent-php://reference/public-api.md)
202202

203203
::::{important}
204204
Not all APM agent configuration options are compatible with Elastic Cloud serverless.

solutions/observability/apps/filter-application-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Service environments are defined when configuring your APM agents. It’s vital
3939
* **Java:** [`environment`](apm-agent-java://reference/config-core.md#config-environment)
4040
* **.NET:** [`Environment`](apm-agent-dotnet://reference/config-core.md#config-environment)
4141
* **Node.js:** [`environment`](apm-agent-nodejs://reference/configuration.md#environment)
42-
* **PHP:** [`environment`](asciidocalypse://docs/apm-agent-php/docs/reference/ingestion-tools/apm-agent-php/configuration-reference.md#config-environment)
42+
* **PHP:** [`environment`](apm-agent-php://reference/configuration-reference.md#config-environment)
4343
* **Python:** [`environment`](apm-agent-python://reference/configuration.md#config-environment)
4444
* **Ruby:** [`environment`](asciidocalypse://docs/apm-agent-ruby/docs/reference/ingestion-tools/apm-agent-ruby/configuration.md#config-environment)
4545
* **Real User Monitoring (Elastic Stack only):** [`environment`](apm-agent-rum-js://reference/configuration.md#environment)

solutions/observability/apps/fleet-managed-apm-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,8 @@ elastic_apm.bootstrap_php_part_file=<repo root>/agent/php/bootstrap_php_part.php
561561
562562
**Learn more in the agent reference**
563563
564-
* [Supported technologies](asciidocalypse://docs/apm-agent-php/docs/reference/supported-technologies.md)
565-
* [Configuration](asciidocalypse://docs/apm-agent-php/docs/reference/configuration.md)
564+
* [Supported technologies](apm-agent-php://reference/supported-technologies.md)
565+
* [Configuration](apm-agent-php://reference/configuration.md)
566566
::::::
567567
568568
::::::{tab-item} Python

solutions/observability/apps/metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Avoid defining too many user-specified labels. Defining too many unique fields i
3131
* Java: [`setLabel`](apm-agent-java://reference/public-api.md#api-transaction-add-tag)
3232
* .NET: [`SetLabel`](apm-agent-dotnet://reference/public-api.md#api-transaction-set-label)
3333
* Node.js: [`setLabel`](apm-agent-nodejs://reference/agent-api.md#apm-add-labels)
34-
* PHP: [`Transaction` `setLabel`](asciidocalypse://docs/apm-agent-php/docs/reference/public-api.md#api-transaction-interface-set-label) | [`Span` `setLabel`](asciidocalypse://docs/apm-agent-php/docs/reference/public-api.md#api-span-interface-set-label)
34+
* PHP: [`Transaction` `setLabel`](apm-agent-php://reference/public-api.md#api-transaction-interface-set-label) | [`Span` `setLabel`](apm-agent-php://reference/public-api.md#api-span-interface-set-label)
3535
* Python: [`elasticapm.label()`](apm-agent-python://reference/api-reference.md#api-label)
3636
* Ruby: [`set_label`](asciidocalypse://docs/apm-agent-ruby/docs/reference/api-reference.md#api-agent-set-label)
3737
* Rum: [`addLabels`](apm-agent-rum-js://reference/agent-api.md#apm-add-labels)

0 commit comments

Comments
 (0)