Skip to content

Commit 20c55af

Browse files
authored
Updates links pointing to apm-agent-python (#840)
## Description Related to #673 This PR updates the links that point to the `apm-agent-python` repo from `asciidocalypse://docs/apm-agent-python/docs/reference/` to `apm-agent-python://reference/`.
1 parent 780059f commit 20c55af

28 files changed

+50
-49
lines changed

docset.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cross_links:
1212
- apm-agent-go
1313
- apm-agent-ios
1414
- apm-agent-java
15+
- apm-agent-python
1516
- apm-agent-rum-js
1617
- apm-aws-lambda
1718
- apm-k8s-attacher

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,11 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
248248
**Learn more in the {{apm-agent}} reference**
249249

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

253253
</div>
254254
<div tabindex="0" role="tabpanel" id="apm-apm-get-started-python-panel" aria-labelledby="apm-apm-get-started-python-button" hidden="">
255-
Django and Flask are two of several frameworks that the Elastic APM Python Agent supports. For a complete list of supported technologies, refer to the [Elastic APM Python Agent documentation](asciidocalypse://docs/apm-agent-python/docs/reference/supported-technologies.md).
255+
Django and Flask are two of several frameworks that the Elastic APM Python Agent supports. For a complete list of supported technologies, refer to the [Elastic APM Python Agent documentation](apm-agent-python://reference/supported-technologies.md).
256256

257257
*Django*
258258

@@ -337,8 +337,8 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
337337

338338
**Learn more in the {{apm-agent}} reference**
339339

340-
* [Supported technologies](asciidocalypse://docs/apm-agent-python/docs/reference/supported-technologies.md)
341-
* [Advanced configuration](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md)
340+
* [Supported technologies](apm-agent-python://reference/supported-technologies.md)
341+
* [Advanced configuration](apm-agent-python://reference/configuration.md)
342342

343343
</div>
344344
<div tabindex="0" role="tabpanel" id="apm-apm-get-started-ruby-panel" aria-labelledby="apm-apm-get-started-ruby-button" hidden="">

raw-migrated-files/docs-content/serverless/observability-ecs-application-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Log ECS reformatting is controlled by the `log_ecs_reformatting` configuration o
4343

4444
* [Java](apm-agent-java://reference/config-logging.md#config-log-ecs-reformatting)
4545
* [Ruby](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-log-ecs-formatting)
46-
* [Python](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-log_ecs_reformatting)
46+
* [Python](apm-agent-python://reference/configuration.md#config-log_ecs_reformatting)
4747

4848

4949
### Ingest logs [observability-ecs-application-logs-ingest-logs]

raw-migrated-files/docs-content/serverless/observability-plaintext-application-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Learn about correlating plaintext logs in the agent-specific ingestion guides:
389389
* [Java](apm-agent-java://reference/logs.md#log-correlation-ids)
390390
* [.NET](apm-agent-dotnet://reference/logs.md)
391391
* [Node.js](asciidocalypse://docs/apm-agent-nodejs/docs/reference/logs.md)
392-
* [Python](asciidocalypse://docs/apm-agent-python/docs/reference/logs.md#log-correlation-ids)
392+
* [Python](apm-agent-python://reference/logs.md#log-correlation-ids)
393393
* [Ruby](asciidocalypse://docs/apm-agent-ruby/docs/reference/logs.md)
394394

395395

solutions/observability/apps/api-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can now apply your newly created API keys in the configuration of each of yo
113113
* **Java agent**: [`api_key`](apm-agent-java://reference/config-reporter.md#config-api-key)
114114
* **Node.js agent**: [`apiKey`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#api-key)
115115
* **PHP agent**: [`api_key`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-api-key)
116-
* **Python agent**: [`api_key`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-api-key)
116+
* **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

119119

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PHP agent
5353
: [Configuration reference](asciidocalypse://docs/apm-agent-php/docs/reference/configuration.md)
5454

5555
Python agent
56-
: [Configuration reference](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md)
56+
: [Configuration reference](apm-agent-python://reference/configuration.md)
5757

5858
Ruby agent
5959
: [Configuration reference](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If APM agents are authenticating themselves using a certificate that cannot be a
5656
When the APM server uses a certificate that is not chained to a publicly-trusted certificate (e.g. self-signed), additional configuration is required in the {{apm-agent}}:
5757

5858
* **Go agent**: certificate pinning through [`ELASTIC_APM_SERVER_CERT`](apm-agent-go://reference/configuration.md#config-server-cert)
59-
* **Python agent**: certificate pinning through [`server_cert`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-server-cert)
59+
* **Python agent**: certificate pinning through [`server_cert`](apm-agent-python://reference/configuration.md#config-server-cert)
6060
* **Ruby agent**: certificate pinning through [`server_ca_cert`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-ssl-ca-cert)
6161
* **.NET agent**: [`ServerCert`](apm-agent-dotnet://reference/config-reporter.md#config-server-cert)
6262
* **Node.js agent**: custom CA setting through [`serverCaCertFile`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#server-ca-cert-file)
@@ -68,7 +68,7 @@ We do not recommend disabling {{apm-agent}} verification of the server’s certi
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)
7070
* **PHP agent**: [`verify_server_cert`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-verify-server-cert)
71-
* **Python agent**: [`verify_server_cert`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-verify-server-cert)
71+
* **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`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#validate-server-cert)
7474

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@ apm = ElasticAPM(app)
600600
601601
**Learn more in the agent reference**
602602
603-
* [Supported technologies](asciidocalypse://docs/apm-agent-python/docs/reference/supported-technologies.md)
604-
* [Advanced configuration](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md)
603+
* [Supported technologies](apm-agent-python://reference/supported-technologies.md)
604+
* [Advanced configuration](apm-agent-python://reference/configuration.md)
605605
::::::
606606
607607
::::::{tab-item} Ruby

solutions/observability/apps/built-in-data-filters.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This setting supports [Central configuration](apm-agent-central-configuration.md
2828
* Java: [`sanitize_field_names`](apm-agent-java://reference/config-core.md#config-sanitize-field-names)
2929
* .NET: [`sanitizeFieldNames`](apm-agent-dotnet://reference/config-core.md#config-sanitize-field-names)
3030
* Node.js: [`sanitizeFieldNames`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#sanitize-field-names)
31-
* Python: [`sanitize_field_names`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-sanitize-field-names)
31+
* Python: [`sanitize_field_names`](apm-agent-python://reference/configuration.md#config-sanitize-field-names)
3232
* Ruby: [`sanitize_field_names`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-sanitize-field-names)
3333

3434
Alternatively, you can completely disable the capturing of HTTP headers. This setting also supports [Central configuration](apm-agent-central-configuration.md):
@@ -37,7 +37,7 @@ Alternatively, you can completely disable the capturing of HTTP headers. This se
3737
* Java: [`capture_headers`](apm-agent-java://reference/config-core.md#config-capture-headers)
3838
* .NET: [`CaptureHeaders`](apm-agent-dotnet://reference/config-http.md#config-capture-headers)
3939
* Node.js: [`captureHeaders`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#capture-headers)
40-
* Python: [`capture_headers`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-capture-headers)
40+
* Python: [`capture_headers`](apm-agent-python://reference/configuration.md#config-capture-headers)
4141
* Ruby: [`capture_headers`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-capture-headers)
4242

4343

@@ -51,7 +51,7 @@ This setting supports [Central configuration](apm-agent-central-configuration.md
5151
* Java: [`capture_body`](apm-agent-java://reference/config-core.md#config-capture-body)
5252
* .NET: [`CaptureBody`](apm-agent-dotnet://reference/config-http.md#config-capture-body)
5353
* Node.js: [`captureBody`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#capture-body)
54-
* Python: [`capture_body`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-capture-body)
54+
* Python: [`capture_body`](apm-agent-python://reference/configuration.md#config-capture-body)
5555
* Ruby: [`capture_body`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-capture-body)
5656

5757

solutions/observability/apps/custom-filters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Refer to the relevant agent’s documentation for more information and examples:
3636

3737
* .NET: [Filter API](apm-agent-dotnet://reference/public-api.md#filter-api).
3838
* Node.js: [`addFilter()`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/agent-api.md#apm-add-filter).
39-
* Python: [custom processors](asciidocalypse://docs/apm-agent-python/docs/reference/sanitizing-data.md).
39+
* Python: [custom processors](apm-agent-python://reference/sanitizing-data.md).
4040
* Ruby: [`add_filter()`](asciidocalypse://docs/apm-agent-ruby/docs/reference/api-reference.md#api-agent-add-filter).
4141

4242

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ In addition to APM and error data, the Python agent also collects system and app
8989

9090
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).
9191

92-
See the [Python agent reference](asciidocalypse://docs/apm-agent-python/docs/reference/index.md) for full documentation, including:
92+
See the [Python agent reference](apm-agent-python://reference/index.md) for full documentation, including:
9393

94-
* [Supported technologies](asciidocalypse://docs/apm-agent-python/docs/reference/supported-technologies.md)
95-
* [Set up](asciidocalypse://docs/apm-agent-python/docs/reference/set-up-apm-python-agent.md)
96-
* [Configuration reference](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md)
97-
* [API reference](asciidocalypse://docs/apm-agent-python/docs/reference/api-reference.md)
94+
* [Supported technologies](apm-agent-python://reference/supported-technologies.md)
95+
* [Set up](apm-agent-python://reference/set-up-apm-python-agent.md)
96+
* [Configuration reference](apm-agent-python://reference/configuration.md)
97+
* [API reference](apm-agent-python://reference/api-reference.md)
9898

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Service environments are defined when configuring your APM agents. It’s vital
4040
* **.NET:** [`Environment`](apm-agent-dotnet://reference/config-core.md#config-environment)
4141
* **Node.js:** [`environment`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/ingestion-tools/apm-agent-nodejs/configuration.md#environment)
4242
* **PHP:** [`environment`](asciidocalypse://docs/apm-agent-php/docs/reference/ingestion-tools/apm-agent-php/configuration-reference.md#config-environment)
43-
* **Python:** [`environment`](asciidocalypse://docs/apm-agent-python/docs/reference/ingestion-tools/apm-agent-python/configuration.md#config-environment)
43+
* **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

+2-2
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,8 @@ apm = ElasticAPM(app)
645645
646646
**Learn more in the agent reference**
647647
648-
* [Supported technologies](asciidocalypse://docs/apm-agent-python/docs/reference/supported-technologies.md)
649-
* [Advanced configuration](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md)
648+
* [Supported technologies](apm-agent-python://reference/supported-technologies.md)
649+
* [Advanced configuration](apm-agent-python://reference/configuration.md)
650650
::::::
651651
652652
::::::{tab-item} Ruby

solutions/observability/apps/metadata.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Avoid defining too many user-specified labels. Defining too many unique fields i
3232
* .NET: [`SetLabel`](apm-agent-dotnet://reference/public-api.md#api-transaction-set-label)
3333
* Node.js: [`setLabel`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/agent-api.md#apm-add-labels)
3434
* 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)
35-
* Python: [`elasticapm.label()`](asciidocalypse://docs/apm-agent-python/docs/reference/api-reference.md#api-label)
35+
* 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)
3838

@@ -62,7 +62,7 @@ Setting a circular object, a large object, or a non JSON serializable object can
6262
* .NET: *coming soon*
6363
* Node.js: [`setCustomContext`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/agent-api.md#apm-set-custom-context)
6464
* PHP: *coming soon*
65-
* Python: [`set_custom_context`](asciidocalypse://docs/apm-agent-python/docs/reference/api-reference.md#api-set-custom-context)
65+
* Python: [`set_custom_context`](apm-agent-python://reference/api-reference.md#api-set-custom-context)
6666
* Ruby: [`set_custom_context`](asciidocalypse://docs/apm-agent-ruby/docs/reference/api-reference.md#api-agent-set-custom-context)
6767
* Rum: [`setCustomContext`](apm-agent-rum-js://reference/agent-api.md#apm-set-custom-context)
6868

@@ -85,7 +85,7 @@ User context adds **indexed** user information to transactions and errors. Index
8585
* .NET *coming soon*
8686
* Node.js: [`setUserContext`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/agent-api.md#apm-set-user-context)
8787
* PHP: *coming soon*
88-
* Python: [`set_user_context`](asciidocalypse://docs/apm-agent-python/docs/reference/api-reference.md#api-set-user-context)
88+
* Python: [`set_user_context`](apm-agent-python://reference/api-reference.md#api-set-user-context)
8989
* Ruby: [`set_user`](asciidocalypse://docs/apm-agent-ruby/docs/reference/api-reference.md#api-agent-set-user)
9090
* Rum: [`setUserContext`](apm-agent-rum-js://reference/agent-api.md#apm-set-user-context)
9191

solutions/observability/apps/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For a full list of tracked metrics, see the relevant agent documentation:
2929
* [Go](apm-agent-go://reference/metrics.md)
3030
* [Java](apm-agent-java://reference/metrics.md)
3131
* [Node.js](asciidocalypse://docs/apm-agent-nodejs/docs/reference/metrics.md)
32-
* [Python](asciidocalypse://docs/apm-agent-python/docs/reference/metrics.md)
32+
* [Python](apm-agent-python://reference/metrics.md)
3333
* [Ruby](asciidocalypse://docs/apm-agent-ruby/docs/reference/metrics.md)
3434

3535

solutions/observability/apps/monitoring-aws-lambda-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By using an AWS Lambda extension, Elastic APM agents can send data to a local La
3434
To get started with the setup of Elastic APM for your Lambda functions, checkout the language-specific guides:
3535

3636
* [Quick Start with APM on AWS Lambda - Node.js](asciidocalypse://docs/apm-agent-nodejs/docs/reference/lambda.md)
37-
* [Quick Start with APM on AWS Lambda - Python](asciidocalypse://docs/apm-agent-python/docs/reference/lambda-support.md)
37+
* [Quick Start with APM on AWS Lambda - Python](apm-agent-python://reference/lambda-support.md)
3838
* [Quick Start with APM on AWS Lambda - Java](apm-agent-java://reference/aws-lambda.md)
3939

4040
Or, see the [architecture guide](apm-aws-lambda://reference/index.md) to learn more about how the extension works, performance impacts, and more.

solutions/observability/apps/secret-token.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Each Elastic {{apm-agent}} has a configuration option to set the value of the se
6666
* **.NET agent**: [`ELASTIC_APM_SECRET_TOKEN`](apm-agent-dotnet://reference/config-reporter.md#config-secret-token)
6767
* **Node.js agent**: [`Secret Token`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#secret-token)
6868
* **PHP agent**: [`secret_token`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-secret-token)
69-
* **Python agent**: [`secret_token`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-secret-token)
69+
* **Python agent**: [`secret_token`](apm-agent-python://reference/configuration.md#config-secret-token)
7070
* **Ruby agent**: [`secret_token`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-secret-token)
7171

7272
In addition to setting the secret token, ensure the configured server URL uses `HTTPS` instead of `HTTP`:

solutions/observability/apps/spans.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To configure the number of spans recorded per transaction, see the relevant Agen
3939
* .NET: [`TransactionMaxSpans`](apm-agent-dotnet://reference/config-core.md#config-transaction-max-spans)
4040
* Node.js: [`transactionMaxSpans`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#transaction-max-spans)
4141
* PHP: [`transaction_max_spans`](asciidocalypse://docs/apm-agent-php/docs/reference/configuration-reference.md#config-transaction-max-spans)
42-
* Python: [`transaction_max_spans`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-transaction-max-spans)
42+
* Python: [`transaction_max_spans`](apm-agent-python://reference/configuration.md#config-transaction-max-spans)
4343
* Ruby: [`transaction_max_spans`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-transaction-max-spans)
4444

4545

@@ -479,4 +479,4 @@ Support for span compression is available in the following agents and can be con
479479
| **Java agent** | [`span_compression_same_kind_max_duration`](apm-agent-java://reference/config-huge-traces.md#config-span-compression-same-kind-max-duration) | [`span_compression_exact_match_max_duration`](apm-agent-java://reference/config-huge-traces.md#config-span-compression-exact-match-max-duration) |
480480
| **.NET agent** | [`SpanCompressionSameKindMaxDuration`](apm-agent-dotnet://reference/config-core.md#config-span-compression-exact-match-max-duration) |
481481
| **Node.js agent** | [`spanCompressionSameKindMaxDuration`](asciidocalypse://docs/apm-agent-nodejs/docs/reference/configuration.md#span-compression-exact-match-max-duration) |
482-
| **Python agent** | [`span_compression_same_kind_max_duration`](asciidocalypse://docs/apm-agent-python/docs/reference/configuration.md#config-span-compression-exact-match-max_duration) |
482+
| **Python agent** | [`span_compression_same_kind_max_duration`](apm-agent-python://reference/configuration.md#config-span-compression-exact-match-max_duration) |

solutions/observability/apps/traces.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ $distDataAsString = ElasticApm::getSerializedCurrentDistributedTracingData(); <1
227227
::::::
228228

229229
::::::{tab-item} Python
230-
1. Start a transaction with [`begin_transaction()`](asciidocalypse://docs/apm-agent-python/docs/reference/api-reference.md#client-api-begin-transaction).
230+
1. Start a transaction with [`begin_transaction()`](apm-agent-python://reference/api-reference.md#client-api-begin-transaction).
231231
2. Get the `trace_parent` of the active transaction.
232232
3. Send the `trace_parent` to the receiving service.
233233

@@ -397,7 +397,7 @@ client.begin_transaction('processors', trace_parent=parent) <2>
397397

398398

399399
::::{tip}
400-
See the [`TraceParent` API](asciidocalypse://docs/apm-agent-python/docs/reference/api-reference.md#traceparent-api) for additional examples.
400+
See the [`TraceParent` API](apm-agent-python://reference/api-reference.md#traceparent-api) for additional examples.
401401
::::
402402
::::::
403403

0 commit comments

Comments
 (0)