Skip to content

Commit 15368b3

Browse files
authored
docs: python: add compatibility matrix (#124)
1 parent 499a1ff commit 15368b3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/_edot-sdks/python/index.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: default
44
nav_order: 6
55
---
66

7-
## EDOT Python
7+
# EDOT Python
88

99
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).
1010
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
1717
* Preconfigured collection of tracing and metrics signals, applying some opinionated defaults, such as which sources are collected by default.
1818

1919
**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).
27+
28+
| EDOT Python | Elastic Stack 8.x | Elastic Stack 9.x | Serverless |
29+
| ----------- | ----------------- | ----------------- | ---------- |
30+
| 1.0.0 | 8.18.0+¹ | 9.0.0+¹ | ✅ ² |
31+
32+
***1.** Via the EDOT Collector.*
33+
34+
***2.** Via the OTel-native ingest endpoint.*

0 commit comments

Comments
 (0)