Send OTLP metrics over HTTP

POST /v1/metrics

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

application/json
POST /v1/metrics
curl \
 --request POST 'http://api.example.com/v1/metrics' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}