You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can send their OTel data from the edge setup in OTel-native format through OTLP without any additional requirements for self-managed preprocessing of data.
39
39
40
40
### Elastic Cloud Hosted
41
41
42
42
As of Elastic Stack version 9.0 on Elastic Cloud Hosted (ECH), you need to run a self-hosted EDOT Collector in Gateway Mode to ingest OTel data from the edge setup in OTel-native format into the Elastic-hosted Elasticsearch.
43
43
44
-

44
+

45
45
46
46
The EDOT Collector in Gateway mode enriches and pre-aggregates the data for a seamless experience in the Elastic Observability solution before ingesting it directly into Elasticsearch.
47
47
@@ -60,7 +60,7 @@ If self-managing an EDOT Gateway is not a valid option for you, refer to [Elasti
60
60
61
61
In a self-managed deployment scenario, you need to host an EDOT Collector in Gateway mode that pre-processes and ingests OTel data from the edge setup into the self-managed Elastic Stack.
Compared to [Elastic's classic ingestion paths](https://www.elastic.co/guide/en/observability/current/apm-open-telemetry.html) for OTel data, with the EDOT Gateway Collector there is no need for an APM Server anymore.
Copy file name to clipboardExpand all lines: docs/reference/architecture/k8s.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ products:
14
14
15
15
The recommended OTel architecture for Kubernetes clusters includes a set of OpenTelemetry collectors in different modes. The following diagram shows the different modes:
16
16
17
-

17
+

18
18
19
19
## Daemon mode
20
20
@@ -48,15 +48,15 @@ Elastic's Observability solution is technically compatible with setups that are
48
48
49
49
Elastic Cloud Serverless provides a managed OTLP endpoint for ingestion of OpenTelemetry data.
For a Kubernetes setup, that means the Gateway Collector passes through the OTel data in native format using the OTLP protocol to the managed OTLP endpoint. There is no need for the Gateway Collector to do any Elastic-specific pre-processing.
54
54
55
55
### Elastic Cloud Hosted
56
56
57
57
With Elastic Cloud Hosted (ECH), OTel data is being directly ingested into the Elastic-hosted Elasticsearch instance.
58
58
59
-

59
+

60
60
61
61
The Gateway Collector needs to do some preprocessing, aggregation of metrics and, finally, it uses the Elasticsearch exporter to ingest data into ECH.
62
62
@@ -77,7 +77,7 @@ If self-managing an EDOT Gateway is not a valid option for you, refer to [Elasti
77
77
78
78
With a self-managed scenario the Gateway Collector ingests data directly into the self-managed Elasticsearch instance.
Copy file name to clipboardExpand all lines: docs/reference/edot-sdks/dotnet/supported-technologies.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ from the [upstream SDK](https://github.com/open-telemetry/opentelemetry-dotnet).
16
16
17
17
## EDOT Collector / Elastic Stack versions
18
18
19
-
EDOT .NET sends data via the OpenTelemetry protocol (OTLP). While OTLP ingest works with later 8.16+ versions of the EDOT Collector, for full support it is strongly recommended that you use either [EDOT Collector](../../edot-collector/index.md) versions 9.x or [Elastic Cloud Serverless](https://www.elastic.co/guide/en/serverless/current/intro.html) for OTLP ingest.
19
+
EDOT .NET sends data via the OpenTelemetry protocol (OTLP). While OTLP ingest works with later 8.16+ versions of the EDOT Collector, for full support it is strongly recommended that you use either [EDOT Collector](.../edot-collector/index.md) versions 9.x or [Elastic Cloud Serverless](https://www.elastic.co/guide/en/serverless/current/intro.html) for OTLP ingest.
20
20
21
21
:::{note}
22
22
Ingesting data from EDOT SDKs through EDOT Collector 9.x into Elastic Stack versions 8.18+ *is supported*.
23
23
:::
24
24
25
-
See [EDOT SDKs compatibility](../../compatibility/sdks.md) for support details.
25
+
See [EDOT SDKs compatibility](.../compatibility/sdks.md) for support details.
0 commit comments