Skip to content

Commit 5279170

Browse files
committed
Move bold on auto-instrumentation and bring your own instrumentation to EDOT Python Principles
1 parent 145c464 commit 5279170

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/_edot-sdks/python/migration.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ For step-by-step instructions on setting up EDOT Python refer to the [Setup](./s
1414

1515
As a distribution of OpenTelemetry, EDOT Python follows certain standards, but there is still some space for innovation.
1616

17-
## Bold on auto-instrumentation
17+
## EDOT Python principles
18+
19+
### Bold on auto-instrumentation
1820

1921
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).
2022

21-
## Bring your own instrumentation
23+
### Bring your own instrumentation
2224

2325
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.
2426
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

Comments
 (0)