From be2fb532941162fdc6f057ae2e914f756834f24b Mon Sep 17 00:00:00 2001 From: Jan Doberstein Date: Thu, 27 Nov 2025 10:19:38 +0100 Subject: [PATCH 1/3] Update index.md Include the information that you need to have the data integrations installed to view the data. --- solutions/observability/apm/opentelemetry/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index 3f4c16cff2..f4333ef2ef 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -16,6 +16,13 @@ products: OpenTelemetry is a set of APIs, SDKs, tooling, and integrations that enable the capture and management of telemetry data from your services and applications. You can use OpenTelemetry to collect application performance data in Elastic APM, whether you’re running serverless, self-managed, or hybrid deployments. +:::important +**Install OpenTelemetry integrations to view data** +Native Elastic Observability user interfaces do not currently support native OpenTelemetry data. To view your data, you must install content-only integrations that provide compatible dashboards. + +In the Kibana Integrations UI, search for **otel** to find and install the relevant integrations (such as "System OpenTelemetry Assets") to access these dashboards. +::: + Elastic offers several distributions of OpenTelemetry. Each [Elastic Distribution of OpenTelemetry](opentelemetry://reference/index.md) is a customized version of an OpenTelemetry language SDK and the OpenTelemetry Collector, ready to send data to the [Managed OTLP endpoint](opentelemetry://reference/motlp.md), APM Server, or directly to {{es}}. :::{include} /solutions/_snippets/edot-reference-arch.md From f5bc616c720ac8d41bcedcfc0dc27f7d9a56fe9d Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Thu, 27 Nov 2025 10:25:13 +0100 Subject: [PATCH 2/3] Update index.md --- solutions/observability/apm/opentelemetry/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index f4333ef2ef..f4e50b460e 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -16,11 +16,12 @@ products: OpenTelemetry is a set of APIs, SDKs, tooling, and integrations that enable the capture and management of telemetry data from your services and applications. You can use OpenTelemetry to collect application performance data in Elastic APM, whether you’re running serverless, self-managed, or hybrid deployments. -:::important +:::{important} **Install OpenTelemetry integrations to view data** + Native Elastic Observability user interfaces do not currently support native OpenTelemetry data. To view your data, you must install content-only integrations that provide compatible dashboards. -In the Kibana Integrations UI, search for **otel** to find and install the relevant integrations (such as "System OpenTelemetry Assets") to access these dashboards. +In the Kibana Integrations UI, search for `otel` to find and install the relevant integrations, like **System OpenTelemetry Assets**, to access the dashboards. ::: Elastic offers several distributions of OpenTelemetry. Each [Elastic Distribution of OpenTelemetry](opentelemetry://reference/index.md) is a customized version of an OpenTelemetry language SDK and the OpenTelemetry Collector, ready to send data to the [Managed OTLP endpoint](opentelemetry://reference/motlp.md), APM Server, or directly to {{es}}. From 1aab8c426568bd2a0d555241f5eb9acf03dddd4a Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Thu, 27 Nov 2025 10:28:03 +0100 Subject: [PATCH 3/3] Add applies_to tag --- solutions/observability/apm/opentelemetry/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solutions/observability/apm/opentelemetry/index.md b/solutions/observability/apm/opentelemetry/index.md index f4e50b460e..e8e7c6de5c 100644 --- a/solutions/observability/apm/opentelemetry/index.md +++ b/solutions/observability/apm/opentelemetry/index.md @@ -17,6 +17,8 @@ products: OpenTelemetry is a set of APIs, SDKs, tooling, and integrations that enable the capture and management of telemetry data from your services and applications. You can use OpenTelemetry to collect application performance data in Elastic APM, whether you’re running serverless, self-managed, or hybrid deployments. :::{important} +:applies_to: {"stack": "ga 9.2", "serverless": "ga"} + **Install OpenTelemetry integrations to view data** Native Elastic Observability user interfaces do not currently support native OpenTelemetry data. To view your data, you must install content-only integrations that provide compatible dashboards.