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
Copy file name to clipboardExpand all lines: docs/reference/configuration.md
+29-29Lines changed: 29 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ELASTIC_APM = {
29
29
30
30
The precedence is as follows:
31
31
32
-
*[Central configuration](#config-central_config) (supported options are marked with [](#dynamic-configuration))
32
+
*[Central configuration](#config-central_config) (supported options are marked with [](#dynamic-configuration))
33
33
* Environment variables
34
34
* Inline configuration
35
35
* Framework-specific configuration
@@ -38,7 +38,7 @@ The precedence is as follows:
38
38
39
39
## Dynamic configuration [dynamic-configuration]
40
40
41
-
Configuration options marked with the  badge can be changed at runtime when set from a supported source.
41
+
Configuration options marked with the  badge can be changed at runtime when set from a supported source.
42
42
43
43
The Python Agent supports [Central configuration](docs-content://solutions/observability/apm/apm-agent-central-configuration.md), which allows you to fine-tune certain configurations from in the APM app. This feature is enabled in the Agent by default with [`central_config`](#config-central_config).
44
44
@@ -94,7 +94,7 @@ The service name must conform to this regular expression: `^[a-zA-Z0-9 _-]+$`. I
The URL for your APM Server. The URL must be fully qualified, including protocol (`http` or `https`) and port. Note: Do not set this if you are using APM in an AWS lambda function. APM Agents are designed to proxy their calls to the APM Server through the lambda extension. Instead, set `ELASTIC_APM_LAMBDA_APM_SERVER`. For more info, see [AWS Lambda](/reference/lambda-support.md).
97
+
The URL for your APM Server. The URL must be fully qualified, including protocol (`http` or `https`) and port. Note: Do not set this if you are using APM in an AWS lambda function. APM Agents are designed to proxy their calls to the APM Server through the lambda extension. Instead, set `ELASTIC_APM_LAMBDA_APM_SERVER`. For more info, see [AWS Lambda](lambda-support.md).
98
98
99
99
100
100
## `enabled`[config-enabled]
@@ -108,7 +108,7 @@ Enable or disable the agent. When set to false, the agent will not collect any d
@@ -493,14 +493,14 @@ For transactions and errors that happen due to HTTP requests, the Python agent c
493
493
Possible values: `true`, `false`
494
494
495
495
::::{warning}
496
-
Request headers often contain sensitive values like session IDs and cookies. See [sanitizing data](/reference/sanitizing-data.md) for more information on how to filter out sensitive data.
496
+
Request headers often contain sensitive values like session IDs and cookies. See [sanitizing data](sanitizing-data.md) for more information on how to filter out sensitive data.
A list of glob-matched field names to match and mask when using processors. For more information, see [Sanitizing Data](/reference/sanitizing-data.md).
671
+
A list of glob-matched field names to match and mask when using processors. For more information, see [Sanitizing Data](sanitizing-data.md).
672
672
673
673
::::{warning}
674
674
We recommend always including the default set of field name matches if you customize this setting.
@@ -678,7 +678,7 @@ We recommend always including the default set of field name matches if you custo
By default in python 3, the agent installs a [LogRecord factory](/reference/logs.md#logging) that automatically adds tracing fields to your log records. Disable this behavior by setting this to `True`.
917
+
By default in python 3, the agent installs a [LogRecord factory](logs.md#logging) that automatically adds tracing fields to your log records. Disable this behavior by setting this to `True`.
To enable [distributed tracing](docs-content://solutions/observability/apm/traces.md), the agent sets a number of HTTP headers to outgoing requests made with [instrumented HTTP libraries](/reference/supported-technologies.md#automatic-instrumentation-http). These headers (`traceparent` and `tracestate`) are defined in the [W3C Trace Context](https://www.w3.org/TR/trace-context-1/) specification.
926
+
To enable [distributed tracing](docs-content://solutions/observability/apm/traces.md), the agent sets a number of HTTP headers to outgoing requests made with [instrumented HTTP libraries](supported-technologies.md#automatic-instrumentation-http). These headers (`traceparent` and `tracestate`) are defined in the [W3C Trace Context](https://www.w3.org/TR/trace-context-1/) specification.
927
927
928
928
Additionally, when this setting is set to `True`, the agent will set `elasticapm-traceparent` for backwards compatibility.
0 commit comments