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
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.
Copy file name to clipboardExpand all lines: docs/reference/edot-sdks/java/supported-technologies.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ products:
14
14
15
15
The EDOT Java agent is a [distribution](https://opentelemetry.io/docs/concepts/distributions/) of
16
16
[OpenTelemetry Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation) agent, it thus
17
-
inherits all the [supported (✅)](.../compatibility/nomenclature.md#compatibility-and-support-nomenclature) technologies of the OpenTelemetry Java Instrumentation.
17
+
inherits all the [supported (✅)](../compatibility/nomenclature.md#compatibility-and-support-nomenclature) technologies of the OpenTelemetry Java Instrumentation.
18
18
19
19
## EDOT Collector / Elastic Stack versions
20
20
21
-
The EDOT Java agent 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.
21
+
The EDOT Java agent 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.
22
22
23
-
See [EDOT SDKs compatibility](.../compatibility/sdks.md) for support details.
23
+
See [EDOT SDKs compatibility](../compatibility/sdks.md) for support details.
24
24
25
25
:::{note}
26
26
> Ingesting data from EDOT SDKs through EDOT Collector 9.x into Elastic Stack versions 8.18+ *is supported*.
Copy file name to clipboardExpand all lines: docs/reference/edot-sdks/nodejs/migration.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
@@ -89,9 +89,9 @@ This list contains Elastic APM Node.js agent configuration options that can be m
89
89
90
90
The Elastic APM Node.js agent [`serverUrl`](https://www.elastic.co/guide/en/apm/agent/nodejs/current/configuration.html#server-url) option corresponds to the OpenTelemetry [`OTEL_EXPORTER_OTLP_ENDPOINT`](https://opentelemetry.io/docs/concepts/sdk-configuration/otlp-exporter-configuration/#otel_exporter_otlp_endpoint) option.
91
91
92
-
- If using Elastic Cloud Serverless, then set `OTEL_EXPORTER_OTLP_ENDPOINT` to the managed OTLP endpoint URL for your Serverless project, e.g. `OTEL_EXPORTER_OTLP_ENDPOINT=https://my-prj-a1b2c3.ingest.eu-west-1.aws.elastic.cloud`. See the [Quickstart for Elastic Cloud Serverless](.../quickstart/serverless/index.md).
92
+
- If using Elastic Cloud Serverless, then set `OTEL_EXPORTER_OTLP_ENDPOINT` to the managed OTLP endpoint URL for your Serverless project, e.g. `OTEL_EXPORTER_OTLP_ENDPOINT=https://my-prj-a1b2c3.ingest.eu-west-1.aws.elastic.cloud`. See the [Quickstart for Elastic Cloud Serverless](../quickstart/serverless/index.md).
93
93
94
-
- If using Elastic Cloud Hosted or Self-managed, then set `OTEL_EXPORTER_OTLP_ENDPOINT` to the endpoint URL of your EDOT Collector. See the [Quickstart for Elastic Cloud Hosted](.../quickstart/ech/hosts_vms.md) or the [Quickstart for Self-managed](.../quickstart/self-managed/hosts_vms.md).
94
+
- If using Elastic Cloud Hosted or Self-managed, then set `OTEL_EXPORTER_OTLP_ENDPOINT` to the endpoint URL of your EDOT Collector. See the [Quickstart for Elastic Cloud Hosted](../quickstart/ech/hosts_vms.md) or the [Quickstart for Self-managed](../quickstart/self-managed/hosts_vms.md).
Copy file name to clipboardExpand all lines: docs/reference/edot-sdks/nodejs/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
@@ -15,13 +15,13 @@ products:
15
15
16
16
## EDOT Collector / Elastic Stack versions
17
17
18
-
The Elastic Distribution of OpenTelemetry Node.js (EDOT Node.js) 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.
18
+
The Elastic Distribution of OpenTelemetry Node.js (EDOT Node.js) 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
19
20
20
:::{note}
21
21
Ingesting data from EDOT SDKs through EDOT Collector 9.x into Elastic Stack versions 8.18+ *is supported*.
22
22
:::
23
23
24
-
See [EDOT SDKs compatibility](.../compatibility/sdks.md) for support details.
24
+
See [EDOT SDKs compatibility](../compatibility/sdks.md) for support details.
Copy file name to clipboardExpand all lines: docs/reference/edot-sdks/php/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
@@ -15,13 +15,13 @@ products:
15
15
16
16
## EDOT Collector / Elastic Stack versions
17
17
18
-
EDOT PHP 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.
18
+
EDOT PHP 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
19
20
20
:::note
21
21
Ingesting data from EDOT SDKs through EDOT Collector 9.x into Elastic Stack versions 8.18+ *is supported*.
22
22
:::
23
23
24
-
See [EDOT SDKs compatibility](.../compatibility/sdks.md) for support details.
24
+
See [EDOT SDKs compatibility](../compatibility/sdks.md) for support details.
Copy file name to clipboardExpand all lines: docs/reference/edot-sdks/python/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
@@ -15,13 +15,13 @@ products:
15
15
16
16
## EDOT Collector / Elastic Stack versions
17
17
18
-
EDOT Python 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.
18
+
EDOT Python 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
19
20
20
:::{note}
21
21
> Ingesting data from EDOT SDKs through EDOT Collector 9.x into Elastic Stack versions 8.18+ *is supported*.
22
22
:::
23
23
24
-
See [EDOT SDKs compatibility](.../compatibility/sdks.md) for support details.
24
+
See [EDOT SDKs compatibility](../compatibility/sdks.md) for support details.
Copy file name to clipboardExpand all lines: docs/reference/quickstart/ech/docker.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Make sure the following requirements are present:
23
23
24
24
## Guided setup
25
25
26
-
:::{include} .../_snippets/guided-instructions.md
26
+
:::{include} ../_snippets/guided-instructions.md
27
27
:::
28
28
29
29
## Manual installation
@@ -34,12 +34,12 @@ Follow these steps to deploy the EDOT Collector and EDOT OTel SDKs in Docker wit
34
34
35
35
::::{step} Create the config file
36
36
37
-
Create the `otel-collector-config.yml` file with your EDOT Collector configuration. Refer to the [configuration reference](.../edot-collector/config/default-config-standalone.md).
37
+
Create the `otel-collector-config.yml` file with your EDOT Collector configuration. Refer to the [configuration reference](../edot-collector/config/default-config-standalone.md).
0 commit comments