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: manage-data/data-store/data-streams/tsds-ingest-otlp.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
@@ -60,22 +60,22 @@ use the [OpenTelemetry language SDK](https://opentelemetry.io/docs/getting-start
60
60
61
61
## When not to use the {{es}} OTLP endpoint
62
62
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.
64
64
65
65
It's not recommended to send metrics from applications directly to the Elasticsearch OTLP endpoint,
66
66
especially if there are many individual applications that each periodically send a small amount of metrics.
67
67
Instead, send data to an OpenTelemetry collector first.
68
68
This helps with handling many connections,
69
69
and with creating bigger batches to improve ingestion performance.
70
70
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).
72
72
73
73
At this point, {{es}} only supports the OTLP metrics endpoint (`/_otlp/v1/metrics`).
74
74
Other signals, are not supported as a native {{es}} OTLP endpoint at the moment.
75
75
To ingest other signals,
76
76
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).
0 commit comments