You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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/`.
Django and Flask are two of several frameworks that the ElasticAPMPythonAgent supports. For a complete list of supported technologies, refer to the [Elastic APMPythonAgent documentation](asciidocalypse://docs/apm-agent-python/docs/reference/supported-technologies.md).
255
+
Django and Flask are two of several frameworks that the ElasticAPMPythonAgent supports. For a complete list of supported technologies, refer to the [Elastic APMPythonAgent documentation](apm-agent-python://reference/supported-technologies.md).
256
256
257
257
*Django*
258
258
@@ -337,8 +337,8 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
Copy file name to clipboardExpand all lines: solutions/observability/apps/apm-agent-tls-communication.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ If APM agents are authenticating themselves using a certificate that cannot be a
56
56
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}}:
57
57
58
58
* **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)
60
60
* **Ruby agent**: certificate pinning through [`server_ca_cert`](asciidocalypse://docs/apm-agent-ruby/docs/reference/configuration.md#config-ssl-ca-cert)
* **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
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
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).
231
231
2. Get the `trace_parent` of the active transaction.
232
232
3. Send the `trace_parent` to the receiving service.
0 commit comments