Send OTLP traces over HTTP

POST /v1/traces

The Observability Intake Serverless API supports receiving traces over the OpenTelemetry Protocol (OTLP). This API uses the OTLP/HTTP (protobuf) communication protocol.

application/json

Body

object object

Responses

  • 200

    OK

POST /v1/traces
curl \ --request POST 'http://api.example.com/v1/traces' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json"