Send OTLP traces

POST /opentelemetry.proto.collector.trace.v1.TraceService/Export

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

application/json
POST /opentelemetry.proto.collector.trace.v1.TraceService/Export
curl \
 -X POST http://api.example.com/opentelemetry.proto.collector.trace.v1.TraceService/Export \
 -H "Content-Type: application/json"
Request examples
{}