OTLP/HTTP ingest endpoint (OTel GenAI semconv v1.29.0)
otlp
OTLP/HTTP ingest endpoint (OTel GenAI semconv v1.29.0)
Accepts an OpenTelemetry ExportTraceServiceRequest payload, either as
protobuf (application/x-protobuf) or JSON (application/json). Maps
OTel GenAI semantic convention attributes onto TruLayer’s span model
and routes each span through the standard ingestion pipeline
(Kafka → processor → TimescaleDB).
Point your OTel Collector’s otlphttp exporter at this URL to
dual-ship traces to TruLayer without a second SDK.
POST
OTLP/HTTP ingest endpoint (OTel GenAI semconv v1.29.0)
Authorizations
SDK API key (tl_...) or Clerk session JWT
Body
The body is of type file.
Response
OTLP ExportTraceServiceResponse. partial_success is populated iff one or more spans failed to persist.
The response is of type file.