Skip to content

Commit 3c9b034

Browse files
committed
Fix link to apm doc
1 parent b496168 commit 3c9b034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_edot-sdks/python/migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For example: `OTEL_RESOURCE_ATTRIBUTES=deployment.environment.name=testing`.
107107

108108
### `global_labels`
109109

110-
The Elastic [`global_labels`](https://www.elastic.co/guide/en/apm/agent/python/current/configuration.html#config-global-labels) option corresponds to adding `key=value` comma separated pairs in [OTEL_RESOURCE_ATTRIBUTES](https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/#otel_resource_attributes).
110+
The Elastic [`global_labels`](https://www.elastic.co/guide/en/apm/agent/python/current/configuration.html#config-global_labels) option corresponds to adding `key=value` comma separated pairs in [OTEL_RESOURCE_ATTRIBUTES](https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/#otel_resource_attributes).
111111

112112
For example: `OTEL_RESOURCE_ATTRIBUTES=alice=first,bob=second`. Such labels will result in labels.key=value attributes on the server, e.g. labels.alice=first
113113

0 commit comments

Comments
 (0)