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/index.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ layout: default
4
4
nav_order: 6
5
5
---
6
6
7
-
##EDOT Python
7
+
# EDOT Python
8
8
9
9
The [Elastic Distribution of OpenTelemetry Python (EDOT Python)](https://github.com/elastic/elastic-otel-python) is a customized version of [OpenTelemetry Python](https://opentelemetry.io/docs/languages/python).
10
10
EDOT Python makes it easier to get started using OpenTelemetry in your Python applications through strictly OpenTelemetry native means, while also providing a smooth and rich out of the box experience with [Elastic Observability](https://www.elastic.co/observability). It's an explicit goal of this distribution **to avoid introducing proprietary concepts** in addition to those defined by the wider OpenTelemetry community. For any additional features introduced we aim for contributing them back to the upstream OpenTelemetry Python project.
@@ -17,3 +17,18 @@ With EDOT Python you have access to all the features of the OpenTelemetry Python
17
17
* Preconfigured collection of tracing and metrics signals, applying some opinionated defaults, such as which sources are collected by default.
18
18
19
19
**Ready to try out EDOT Python?** Follow the step-by-step instructions in [Setup](./setup/index).
20
+
21
+
## Compatibility matrix
22
+
23
+
Data can be exported in the OpenTelemetry-native [OTLP (OpenTelemetry protocol)](https://opentelemetry.io/docs/specs/otlp) format via gRPC (default)
24
+
and HTTP to self-managed, Elastic Cloud Hosted or Elastic Cloud Serverless observability backends.
25
+
26
+
For the best (and supported) experience, we recommend exporting data from EDOT Python via the [EDOT Collector](https://elastic.github.io/opentelemetry/edot-collector/index).
0 commit comments