OTLP trace ingestion API reference
POST /v1/traces
{ "resourceSpans": [{ "resource": { "attributes": [{ "key": "service.name", "value": { "stringValue": "my-service" } }] }, "scopeSpans": [{ "spans": [{ "traceId": "...", "spanId": "...", "name": "llm_call", "attributes": [...] }] }] }] }
{ "status": "ok", "tracesReceived": 1 }
{ "error": "Invalid OTLP format", "details": "..." }