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/_edot-sdks/python/migration.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@ For step-by-step instructions on setting up EDOT Python refer to the [Setup](./s
14
14
15
15
As a distribution of OpenTelemetry, EDOT Python follows certain standards, but there is still some space for innovation.
16
16
17
-
## Bold on auto-instrumentation
17
+
## EDOT Python principles
18
+
19
+
### Bold on auto-instrumentation
18
20
19
21
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 than the distribution requires. Our default configuration is listed [here](https://github.com/elastic/elastic-otel-python?tab=readme-ov-file#configuration).
20
22
21
-
## Bring your own instrumentation
23
+
###Bring your own instrumentation
22
24
23
25
In EDOT Python we decided to not ship all the available instrumentations in order to accommodate environments where installing more packages than requested may be an issue.
24
26
We provide a tool to discover available instrumentations automatically that can be added to your build workflow. See [Get started](https://github.com/elastic/elastic-otel-python/blob/main/docs/get-started.md#install-the-available-instrumentation).
0 commit comments