Skip to content

Commit 69837d6

Browse files
committed
Add note about other kinds of OTLP telemetry
1 parent 3272ca4 commit 69837d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/concepts/otlp/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Sentry can ingest [OpenTelemetry](https://opentelemetry.io) traces directly via
1212
- Span events are not supported. All span events are dropped during ingestion.
1313
- Span links are partially supported. We ingest and display span links, but they cannot be searched, filtered, or aggregated. Links are are shown in the [Trace View](https://docs.sentry.io/concepts/key-terms/tracing/trace-view/).
1414
- Array attributes are partially supported. We ingest and display array attributes, but they cannot be searched, filtered, or aggregated. Array attributes are shown in the [Trace View](https://docs.sentry.io/concepts/key-terms/tracing/trace-view/).
15+
- Sentry does not support ingesting OTLP metrics or OTLP logs.
1516

1617
The easiest way to configure an OpenTelemetry exporter is with environment variables. You'll need to configure the trace endpoint URL, as well as the authentication headers. Set these variables on the server where your application is running.
1718

0 commit comments

Comments
 (0)