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: README.md
+2-56Lines changed: 2 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,67 +15,13 @@ With EDOT Python you have access to all the features of the OpenTelemetry Python
15
15
* Elastic-specific processors that ensure optimal compatibility when exporting OpenTelemetry signal data to an Elastic backend like an Elastic Observability deployment.
16
16
* Preconfigured collection of tracing and metrics signals, applying some opinionated defaults, such as which sources are collected by default.
17
17
18
-
**Ready to try out EDOT Python?** Follow the step-by-step instructions in [Get started](./docs/get-started.md).
We are done with the configuration and the last piece of the puzzle is wrapping your service invocation with
62
-
`opentelemetry-instrument` that is the wrapper that provides *automatic instrumentation*:
63
-
64
-
```bash
65
-
opentelemetry-instrument <command to start your service>
66
-
```
67
-
68
-
For a web service running with gunicorn it may looks like:
69
-
70
-
```bash
71
-
opentelemetry-instrument gunicorn main:app
72
-
```
18
+
**Ready to try out EDOT Python?** Follow the step-by-step instructions in [Setting up EDOT Python](https://elastic.github.io/opentelemetry/edot-sdks/python/setup/index.html).
73
19
74
20
## Configuration
75
21
76
22
The distribution supports all the configuration variables from OpenTelemetry Python project version 1.31.1.
77
23
78
-
See [Configuration](./docs/configure.md) for more details.
24
+
See [Configuration](https://elastic.github.io/opentelemetry/edot-sdks/python/configuration.html) for more details.
0 commit comments