Skip to content
Merged
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
1 change: 1 addition & 0 deletions docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ cross_links:
- elastic-otel-node
- elastic-otel-php
- elastic-otel-python
- elastic-otel-rum-js
- elasticsearch
- elasticsearch-hadoop
- elasticsearch-java
Expand Down
3 changes: 2 additions & 1 deletion solutions/observability/apm/opentelemetry/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ With an [Elastic Distribution of OpenTelemetry language SDK](opentelemetry://ref
* The distribution configures the collection of tracing and metrics signals, applying opinionated defaults, such as which sources are collected by default.
* By sending data through the [EDOT Collector](elastic-agent://reference/edot-collector/index.md), you make sure to onboard infrastructure logs and metrics.

To set up OpenTelemetry with Elastic, refer to these guides for each language:
To set up OpenTelemetry with Elastic, refer to these guides for each SDK:

* [**Elastic Distribution of OpenTelemetry Java**](elastic-otel-java://reference/edot-java/index.md)
* [**Elastic Distribution of OpenTelemetry .NET**](elastic-otel-dotnet://reference/edot-dotnet/index.md)
* [**Elastic Distribution of OpenTelemetry Node.js**](elastic-otel-node://reference/edot-node/index.md)
* [**Elastic Distribution of OpenTelemetry Python**](elastic-otel-python://reference/edot-python/index.md)
* [**Elastic Distribution of OpenTelemetry PHP**](elastic-otel-php://reference/edot-php/index.md)
* [**Elastic Distribution of OpenTelemetry Browser**](elastic-otel-rum-js://reference/edot-browser/index.md)

::::{important}
For a complete overview of OpenTelemetry and Elastic, explore [**Elastic Distributions of OpenTelemetry**](opentelemetry://reference/index.md).
Expand Down
2 changes: 2 additions & 0 deletions troubleshoot/ingest/opentelemetry/edot-sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Find solutions to common issues with EDOT SDKs for various programming languages

* [Android SDK](/troubleshoot/ingest/opentelemetry/edot-sdks/android/index.md): Troubleshoot common problems affecting the {{product.edot-android}} SDK.

* [Browser SDK](elastic-otel-rum-js://reference/edot-browser/troubleshooting.md): Troubleshoot common problems affecting the EDOT Browser SDK.

* [.NET SDK](/troubleshoot/ingest/opentelemetry/edot-sdks/dotnet/index.md): Troubleshoot common problems affecting the EDOT .NET SDK.

* [iOS SDK](/troubleshoot/ingest/opentelemetry/edot-sdks/ios/index.md): Troubleshoot common problems affecting the {{product.edot-ios}} agent.
Expand Down
Loading