internal

Otel Traces

Forward an OTLP /v1/traces batch to Langfuse with auth swap.

Returns 202 immediately and forwards to Langfuse as a background task. Starlette runs background tasks only after the response is flushed, so the worker's OTLP exporter receives the 202 without blocking on the ~10s Langfuse round-trip. Langfuse errors are swallowed and reported to Sentry so a downstream outage never breaks worker runs (fire-and-forget tracing).

post/internal/otel/v1/traces

Response

Successful Response

{"stackTrail":"paths:/internal/otel/v1/traces:post:responses:202:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.