Send OTLP logs
The Observability Intake Serverless API supports receiving logs over the OpenTelemetry Protocol (OTLP). This API uses the OTLP/HTTP (protobuf) communication protocol.
POST /v1/logs
curl \
-X POST http://api.example.com/v1/logs \
-H "Content-Type: application/json"
Request examples
{}