Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/compatibility/collectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ For information on the compatibility of each Collector component, refer to the [

Non-EDOT distributions of the OTel Collector, such as custom Collector builds, contrib Collector distributions, and so on aren't officially supported through Elastic but are technically compatible ([Compatible]) if they contain the [required OTel Collector components](elastic-agent://reference/edot-collector/custom-collector.md) and are configured like the EDOT Collector.

You can retrieve required components and configuration options from the [example configuration files](https://github.com/elastic/elastic-agent/tree/v<COLLECTOR_VERSION>/internal/pkg/otel/samples/linux) for the EDOT Collector.
You can retrieve required components and configuration options from the [example configuration files](https://github.com/elastic/elastic-agent/tree/main/internal/pkg/otel/testdata) for the EDOT Collector.

For a comparison between EDOT and contrib OpenTelemetry components, refer to [EDOT compared to contrib](edot-vs-upstream.md).

Expand Down
Binary file modified docs/reference/images/EDOT-SDKs-Collector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ products:

Elastic Distributions of OpenTelemetry (EDOT) is an open-source ecosystem of [OpenTelemetry distributions](https://opentelemetry.io/docs/concepts/distributions/) tailored to Elastic. They include a customized OpenTelemetry Collector and several OpenTelemetry Language SDKs.

![EDOT-Distributions](images/EDOT-SDKs-Collector.png)
![Diagram showing infrastructure telemetry flowing through the EDOT Collector, application telemetry flowing through EDOT language SDKs, and both sending data to Elastic Observability](images/EDOT-SDKs-Collector.png)

Each EDOT distribution is assembled with selected OpenTelemetry components and tested to ensure production readiness. This provides a reliable and optimized OpenTelemetry experience, enabling seamless adoption with confidence and expert support.

Expand Down
Loading