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/migrate-from-apm.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
@@ -14,7 +14,7 @@ EDOT Python being a distribution of OpenTelemetry means we should follow standar
14
14
15
15
## Bold on autoinstrumentation
16
16
17
-
We have choosen to be bold on autoinstrumentation - that is instrument your Python application without change the application code - so you can just focus on your code. This is because OpenTelemetry configuration has more options and configuration knobs that may complicate things.
17
+
We have chosen to make auto-instrumentation as simple as possible so you can just focus on your code; we favored an experience that requires minimal changes to your application code. The upstream OpenTelemetry configuration has more options and configuration knobs than the distribution requires setting.
0 commit comments