Skip to content

Commit 2e20d91

Browse files
committed
Fix links to otel docs
1 parent 30a00fb commit 2e20d91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manage-data/data-store/data-streams/tsds-ingest-otlp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,22 @@ use the [OpenTelemetry language SDK](https://opentelemetry.io/docs/getting-start
6060

6161
## When not to use the {{es}} OTLP endpoint
6262

63-
On Elastic Cloud, use the [Elastic Cloud Managed OTLP Endpoint](opentelemetry::/reference/motlp.md) instead of connecting directly to the Elasticsearch OTLP endpoint.
63+
On Elastic Cloud, use the [Elastic Cloud Managed OTLP Endpoint](opentelemetry:/reference/motlp.md) instead of connecting directly to the Elasticsearch OTLP endpoint.
6464

6565
It's not recommended to send metrics from applications directly to the Elasticsearch OTLP endpoint,
6666
especially if there are many individual applications that each periodically send a small amount of metrics.
6767
Instead, send data to an OpenTelemetry collector first.
6868
This helps with handling many connections,
6969
and with creating bigger batches to improve ingestion performance.
7070
For more details on the recommended way to set up OpenTelemetry-based data ingestion,
71-
have a look at the [EDOT reference architecture](opentelemetry::/reference/architecture/index.md).
71+
have a look at the [EDOT reference architecture](opentelemetry:/reference/architecture/index.md).
7272

7373
At this point, {{es}} only supports the OTLP metrics endpoint (`/_otlp/v1/metrics`).
7474
Other signals, are not supported as a native {{es}} OTLP endpoint at the moment.
7575
To ingest other signals,
7676
such as logs, traces, and profiles,
77-
use a distribution of the OpenTelemetry collector that includes the [Elasticsearch exporter](opentelemetry::/reference/edot-collector/components/elasticsearchexporter.md),
78-
such as the [Elastic distribution of OpenTelemetry (EDOT) Collector](opentelemetry::/reference/edot-collector/index.md).
77+
use a distribution of the OpenTelemetry collector that includes the [Elasticsearch exporter](opentelemetry:/reference/edot-collector/components/elasticsearchexporter.md),
78+
such as the [Elastic distribution of OpenTelemetry (EDOT) Collector](opentelemetry:/reference/edot-collector/index.md).
7979

8080
## Send data to different data streams
8181

0 commit comments

Comments
 (0)