Parseable

Ingest OTLP traces

Learn about Ingest OTLP traces in Parseable, including core concepts, configuration steps, and practical guidance for building an effective observability…


Ingest OpenTelemetry traces through Parseable's native OTLP traces endpoint. Use X-P-Stream to choose the destination dataset. Parseable identifies the OTLP signal type from the /v1/traces endpoint.

POST
/v1/traces
X-API-Key<token>

In: header

Header Parameters

X-P-Stream*string

Request Body

application/json

Response Body

application/json

curl -X POST "http://localhost:8000/v1/traces" \  -H "X-P-Stream: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty

Was this page helpful?