Skip to content
Open
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
4 changes: 4 additions & 0 deletions solutions/observability/apm/opentelemetry-intake-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ APM Server supports two OTLP communication protocols on the same port:
* OTLP/HTTP (protobuf)
* OTLP/gRPC

:::{important}
EDOT SDKs are tested and supported only with [EDOT Collector Gateway](elastic-agent://reference/edot-collector/modes.md#edot-collector-as-gateway) or [Managed OTel intake](opentelemetry://reference/motlp.md). Using EDOT SDKs directly with {{apm-server}}'s OTel intake is not supported.
:::

## OTLP/gRPC paths [_otlpgrpc_paths]

| Name | Endpoint |
Expand Down
4 changes: 4 additions & 0 deletions solutions/observability/apm/opentelemetry/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Logs ingest through the [EDOT Collector](elastic-agent://reference/edot-collecto

Elastic supports both the [OTLP/gRPC](https://opentelemetry.io/docs/specs/otlp/#otlpgrpc) and [OTLP/HTTP](https://opentelemetry.io/docs/specs/otlp/#otlphttp) protocol with ProtoBuf payload. Elastic does not yet support JSON Encoding for OTLP/HTTP.

## EDOT SDKs with APM Server OTel intake [apm-open-telemetry-edot-sdk-limitations]

EDOT SDKs are tested and supported only with [EDOT Collector Gateway](elastic-agent://reference/edot-collector/modes.md#edot-collector-as-gateway) or [Managed OTel intake](opentelemetry://reference/motlp.md). Using EDOT SDKs directly with {{apm-server}}'s OTel intake is not supported.

## OpenTelemetry Collector exporter for Elastic [apm-open-telemetry-collector-exporter]

The [OpenTelemetry Collector exporter for Elastic](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/v0.57.2/exporter/elasticexporter) has been deprecated and replaced by the native support of the OpenTelemetry Line Protocol in Elastic Observability (OTLP).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ In this quickstart guide, you’ll learn how to instrument your application usin
::::{tab-set}
:group: stack-serverless

:::{tab-item} Elastic Stack
:::{tab-item} {{stack}}
:sync: stack

* An {{es}} cluster for storing and searching your data, and {{kib}} for visualizing and managing your data. This quickstart is available for all Elastic deployment models. The quickest way to get started with this quickstart is using a trial project on [Elastic serverless](/solutions/observability/get-started.md).
* A user with the **Admin** role or higher—required to onboard system logs and metrics. To learn more, refer to [User roles and privileges](/deploy-manage/users-roles/cloud-organization/user-roles.md).
* An Elastic Distribution of OpenTelemetry (EDOT) Collector or the contrib OpenTelemetry Collector running on the host.
* An {{edot}} (EDOT) Collector or the contrib OpenTelemetry Collector running on the host.

:::

:::{tab-item} Serverless
:::{tab-item} {{serverless-short}}
:sync: serverless

* An {{observability}} project. To learn more, refer to [Create an Observability project](/solutions/observability/get-started.md).
* A user with the **Admin** role or higher—required to onboard system logs and metrics. To learn more, refer to [Assign user roles and privileges](/deploy-manage/users-roles/cloud-organization/user-roles.md#general-assign-user-roles).
* An Elastic Distribution of OpenTelemetry (EDOT) Collector or the contrib OpenTelemetry Collector running on the host.
* An {{edot}} (EDOT) Collector or the contrib OpenTelemetry Collector running on the host.

:::
::::
Expand Down Expand Up @@ -66,7 +66,7 @@ Follow these steps to collect application telemetry data using the EDOT SDKs:
4. 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](/solutions/observability/get-started/opentelemetry/quickstart/self-managed/k8s.md).
If your application runs on {{k8s}}, the OpenTelemetry operator automatically instruments your application, provided you've added language-specific annotations. Refer to [Auto-instrument applications](/solutions/observability/get-started/opentelemetry/quickstart/self-managed/k8s.md).
:::

::::
Expand All @@ -86,6 +86,7 @@ If your application runs on Kubernetes, the OpenTelemetry operator automatically
- [PHP](elastic-otel-php://reference/edot-php/setup/index.md)
- [Python](elastic-otel-python://reference/edot-python/setup/index.md)
4. Configure your EDOT SDK to send data to the [Managed OTLP endpoint](opentelemetry://reference/motlp.md). The **OpenTelemetry** tab provides the required configuration values.

5. (Optional) Activate Central Configuration to configure your EDOT SDKs from within {{product.kibana}}. Refer to [EDOT SDKs Central Configuration](opentelemetry://reference/central-configuration.md).

:::{note}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ products:

# Quickstart: Unified Kubernetes Observability with Elastic Distributions of OpenTelemetry (EDOT) [monitor-k8s-otel-edot]

In this quickstart guide, you’ll learn how to send Kubernetes logs, metrics, and application traces to Elasticsearch, using the [OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator/) to orchestrate [Elastic Distributions of OpenTelemetry](opentelemetry://reference/index.md) (EDOT) Collectors and SDK instances.
In this quickstart guide, you’ll learn how to send {{k8s}} logs, metrics, and application traces to {{es}}, using the [OpenTelemetry Operator](https://github.com/open-telemetry/opentelemetry-operator/) to orchestrate [Elastic Distributions of OpenTelemetry](opentelemetry://reference/index.md) (EDOT) Collectors and SDK instances.

All the components will be deployed through the [opentelemetry-kube-stack](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-kube-stack) helm chart. They include:

Expand All @@ -33,24 +33,23 @@ For a more detailed description of the components and advanced configuration, re
:sync: stack

* An {{es}} cluster for storing and searching your data, and {{kib}} for visualizing and managing your data. This quickstart is available for all Elastic deployment models. To get started quickly, try out [{{ecloud}}](https://cloud.elastic.co/registration?page=docs&placement=docs-body).
* A running Kubernetes cluster (v1.23 or newer).
* A running {{k8s}} cluster (v1.23 or later).
* [Kubectl](https://kubernetes.io/docs/reference/kubectl/).
* [Helm](https://helm.sh/docs/intro/install/).
* (optional) [Cert-manager](https://cert-manager.io/docs/installation/), if you opt for automatic generation and renewal of TLS certificates.

:::

:::{tab-item} Serverless
:::{tab-item} {{serverless-short}}
:sync: serverless

* An {{obs-serverless}} project. To learn more, refer to [Create an Observability project](/solutions/observability/get-started.md).
* A running Kubernetes cluster (v1.23 or newer).
* A running {{k8s}} cluster (v1.23 or later).
* [Kubectl](https://kubernetes.io/docs/reference/kubectl/).
* [Helm](https://helm.sh/docs/intro/install/).
* (optional) [Cert-manager](https://cert-manager.io/docs/installation/), if you opt for automatic generation and renewal of TLS certificates.

:::

::::

## Collect your data [_collect_your_data_2]
Expand Down Expand Up @@ -87,7 +86,7 @@ For a more detailed description of the components and advanced configuration, re

:::

:::{tab-item} Serverless
:::{tab-item} {{serverless-short}}
:sync: serverless

1. [Create a new {{obs-serverless}} project](/solutions/observability/get-started.md), or open an existing one.
Expand Down Expand Up @@ -115,7 +114,6 @@ For a more detailed description of the components and advanced configuration, re
* Install the `opentelemetry-kube-stack` helm chart with the provided `values.yaml`.
* Optionally, for instrumenting applications, apply the corresponding `annotations` as shown in {{kib}}.


:::

::::
Expand Down
1 change: 0 additions & 1 deletion troubleshoot/ingest/opentelemetry/connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ products:

Connectivity problems occur when the EDOT SDKs or the EDOT Collector can't reach Elastic. Even with correct proxy settings, network restrictions such as blocked ports or firewalls can prevent data from flowing.


## Symptoms

You might see one or more of the following error messages:
Expand Down
4 changes: 4 additions & 0 deletions troubleshoot/ingest/opentelemetry/edot-sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@

* [Missing or incomplete traces due to SDK sampling](/troubleshoot/ingest/opentelemetry/edot-sdks/misconfigured-sampling-sdk.md): Troubleshoot missing or incomplete traces caused by SDK-level sampling configuration.

## Supported architectures

EDOT SDKs are tested and supported only with [EDOT Collector Gateway](elastic-agent://reference/edot-collector/modes.md#edot-collector-as-gateway) or [Managed OTel intake](opentelemetry://reference/motlp.md). Using EDOT SDKs directly with {{apm-server}}'s OTel intake is not supported.

## See also

Check notice on line 48 in troubleshoot/ingest/opentelemetry/edot-sdks/index.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.WordChoice: Consider using 'refer to (if it's a document), view (if it's a UI element)' instead of 'See', unless the term is in the UI.

* [EDOT Collector troubleshooting](/troubleshoot/ingest/opentelemetry/edot-collector/index.md): For end-to-end issues that may involve both the Collector and SDKs.

Expand Down
2 changes: 1 addition & 1 deletion troubleshoot/ingest/opentelemetry/edot-sdks/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ products:

This page provides guidance for resolving common problems when instrumenting iOS applications with the {{edot}} (EDOT) SDK.

When troubleshooting the EDOT iOS agent, ensure your app is compatible with the agents [supported technologies](apm-agent-ios://reference/edot-ios/supported-technologies.md).
When troubleshooting the EDOT iOS agent, ensure your app is compatible with the agent's [supported technologies](apm-agent-ios://reference/edot-ios/supported-technologies.md).


## SDK fails to export data
Expand Down
4 changes: 4 additions & 0 deletions troubleshoot/ingest/opentelemetry/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ These guides apply to both the Collector and SDKs:

* [Contact support](/troubleshoot/ingest/opentelemetry/contact-support.md): Learn how to contact Elastic Support and what information to include to help resolve issues faster.

## Supported architectures

EDOT SDKs are tested and supported only with [EDOT Collector Gateway](elastic-agent://reference/edot-collector/modes.md#edot-collector-as-gateway) or [Managed OTel intake](opentelemetry://reference/motlp.md). Using EDOT SDKs directly with {{apm-server}}'s OTel intake is not supported.

## Additional resources

* [Troubleshoot ingestion tools](/troubleshoot/ingest.md): Overview of troubleshooting for all ingestion tools, including EDOT, Logstash, Fleet, and Beats.
Expand Down
4 changes: 4 additions & 0 deletions troubleshoot/ingest/opentelemetry/no-data-in-kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ products:

If the EDOT Collector or SDKs appear to be running, but you see no logs, metrics, or traces in the {{kib}} UI, try to use these solutions to identify and resolve the issue.

:::{tip}
If you're sending EDOT SDK telemetry directly to {{apm-server}}'s OTel intake, keep in mind that this flow is not supported. Send data to an [EDOT Collector Gateway](elastic-agent://reference/edot-collector/modes.md#edot-collector-as-gateway) or [Managed OTel intake](opentelemetry://reference/motlp.md) instead.
:::

## Symptoms

* Collector process is consuming CPU/memory but no telemetry data is visible in {{kib}}
Expand Down
Loading