Skip to main content
POST
/
v1
/
traces
Ingest OTLP traces
curl --request POST \
  --url http://localhost:4318/v1/traces \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "partialSuccess": {
    "rejectedSpans": 0
  }
}

Body

Response

200 - application/json

Accepted (may include partialSuccess for rejected spans)

The response is of type object.