Skip to content
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ Follow these steps to collect application telemetry data using the EDOT SDKs:
2. Under **What do you want to monitor?** select **Application**, and then select **OpenTelemetry**.
3. Follow the instructions to install the EDOT SDK for your application:

- [Android](opentelemetry://reference/edot-sdks/android/index.md)
- [.NET](opentelemetry://reference/edot-sdks/dotnet/setup/index.md)
- [iOS](opentelemetry://reference/edot-sdks/ios/index.md)
- [Java](opentelemetry://reference/edot-sdks/java/setup/index.md)
- [Node.js](opentelemetry://reference/edot-sdks/nodejs/setup/index.md)
- [PHP](opentelemetry://reference/edot-sdks/php/setup/index.md)
- [Python](opentelemetry://reference/edot-sdks/python/setup/index.md)
4. Configure your EDOT SDK to send data to the APM endpoint. The **OpenTelemetry** tab provides the required configuration values.
5. Configure your EDOT SDK to send data to the APM endpoint. The **OpenTelemetry** tab provides the required configuration values.

:::{note}
If your application runs on Kubernetes, the OpenTelemetry operator automatically instruments your application, provided you've added language-specific annotations. Refer to [Auto-instrument applications](opentelemetry://reference/quickstart/self-managed/k8s.md).
Expand All @@ -76,7 +78,9 @@ If your application runs on Kubernetes, the OpenTelemetry operator automatically
2. Under **What do you want to monitor?** select **Application**, and then select **OpenTelemetry**.
3. Follow the instructions to install the EDOT SDK for your application:

- [Android](opentelemetry://reference/edot-sdks/android/index.md)
- [.NET](opentelemetry://reference/edot-sdks/dotnet/setup/index.md)
- [iOS](opentelemetry://reference/edot-sdks/ios/index.md)
- [Java](opentelemetry://reference/edot-sdks/java/setup/index.md)
- [Node.js](opentelemetry://reference/edot-sdks/nodejs/setup/index.md)
- [PHP](opentelemetry://reference/edot-sdks/php/setup/index.md)
Expand Down Expand Up @@ -104,4 +108,4 @@ After using the **Applications** page and **Discover** to confirm you’ve inges

* Use [machine learning](/solutions/observability/apm/machine-learning.md) to quickly pinpoint anomalous transactions and see the health of any upstream and downstream services.

Refer to the [Elastic Observability](/solutions/observability.md) for a description of other useful features.
Refer to the [Elastic Observability](/solutions/observability.md) for a description of other useful features.
Loading