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-java/migration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ For example: `OTEL_RESOURCE_ATTRIBUTES=service.version=1.2.3`.
100
100
101
101
The Elastic [`environment`](apm-agent-java://reference/config-core.md#config-environment) option corresponds to setting the `deployment.environment.name` key in [OTEL_RESOURCE_ATTRIBUTES](https://opentelemetry.io/docs/concepts/sdk-configuration/general-sdk-configuration/#otel_resource_attributes).
102
102
103
-
For example: `OTEL_RESOURCE_ATTRIBUTES=deployment.environment=testing`.
103
+
For example: `OTEL_RESOURCE_ATTRIBUTES=deployment.environment.name=testing`.
0 commit comments