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/edot-python/migration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ For example `OTEL_INSTRUMENTATION_HTTP_CAPTURE_HEADERS_SANITIZE_FIELDS=".*sessio
47
47
48
48
### `cloud_provider`
49
49
50
-
The Elastic [`cloud_provider`](apm-agent-python://reference/configuration.md#config-cloud-provider) option corresponds to listing individual resource detectors using the OpenTelemetry Python `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` environment variable, see [default value of OTEL_EXPERIMENTAL_RESOURCE_DETECTORS](/reference/edot-python/setup/configuration.md##differences-from-opentelemetry-python). The default value is dynamic based on the platform and is analogous to `auto`.
50
+
The Elastic [`cloud_provider`](apm-agent-python://reference/configuration.md#config-cloud-provider) option corresponds to listing individual resource detectors using the OpenTelemetry Python `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` environment variable, see [default value of OTEL_EXPERIMENTAL_RESOURCE_DETECTORS](configuration.md#differences-from-opentelemetry-python). The default value is dynamic based on the platform and is analogous to `auto`.
51
51
52
52
### `django_autoinsert_middleware`
53
53
@@ -75,7 +75,7 @@ For example: `OTEL_RESOURCE_ATTRIBUTES=alice=first,bob=second`. Such labels will
75
75
76
76
### `include_process_args`
77
77
78
-
The Elastic [`include_process_args`](apm-agent-python://reference/configuration.md#config-include-process-args) option corresponds to include the `ProcessResourceDetector` to `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` environment variable, see [default value of OTEL_EXPERIMENTAL_RESOURCE_DETECTORS](/reference/edot-python/setup/configuration.md##differences-from-opentelemetry-python).
78
+
The Elastic [`include_process_args`](apm-agent-python://reference/configuration.md#config-include-process-args) option corresponds to include the `ProcessResourceDetector` to `OTEL_EXPERIMENTAL_RESOURCE_DETECTORS` environment variable, see [default value of OTEL_EXPERIMENTAL_RESOURCE_DETECTORS](configuration.md#differences-from-opentelemetry-python).
79
79
80
80
### `metrics_interval`
81
81
@@ -85,7 +85,7 @@ For example: `OTEL_METRIC_EXPORT_INTERVAL=30000`.
85
85
86
86
### `sanitize_field_names`
87
87
88
-
The Elastic [`sanitize_field_names`](apm-agent-python://reference/configuration.md#config-sanitize-fieldnames) option used not have a complete counterpart, for captured headers sanitization see [capture_headers](#capture-headers).
88
+
The Elastic [`sanitize_field_names`](apm-agent-python://reference/configuration.md#config-sanitize-field-names) option used not have a complete counterpart, for captured headers sanitization see [capture_headers](#capture_headers).
89
89
90
90
### `secret_token`
91
91
@@ -115,9 +115,9 @@ The Elastic [`service_version`](apm-agent-python://reference/configuration.md#co
115
115
116
116
For example: `OTEL_RESOURCE_ATTRIBUTES=service.version=1.2.3`.
117
117
118
-
### `transaction_ignore_patterns` and `transaction_ignore_urls`
118
+
### `transaction_ignore_urls` and `transactions_ignore_patterns`
119
119
120
-
The Elastic [`transaction_ignore_patterns`](apm-agent-python://reference/configuration.md#config-transaction-ignore-patterns) and [`transaction_ignore_urls`](apm-agent-python://reference/configuration.md#config-transaction-ignore-urls) options correspond to setting the [OTEL_PYTHON_EXCLUDED_URLS](https://opentelemetry.io/docs/zero-code/python/configuration/#excluded-urls) environment variable.
120
+
The Elastic [`transaction_ignore_urls`](apm-agent-python://reference/configuration.md#config-transaction-ignore-urls) and [`transactions_ignore_patterns`](apm-agent-python://reference/configuration.md#config-transactions-ignore-patterns) options correspond to setting the [OTEL_PYTHON_EXCLUDED_URLS](https://opentelemetry.io/docs/zero-code/python/configuration/#excluded-urls) environment variable.
0 commit comments