Learn how to send OpenTelemetry (OTLP) traces to Maxim for AI and LLM Observability.
x-maxim-repo-id
header)x-maxim-api-key
header) - Learn how to obtain API keyshttps://api.getmaxim.ai/v1/otel
Supported Protocols: HTTP with OTLP binary Protobuf or JSON
Protocol | Content-Type |
---|---|
HTTP + Protobuf (binary) | application/x-protobuf or application/protobuf |
HTTP + JSON | application/json |
x-maxim-repo-id
: Your Maxim Log Repository IDx-maxim-api-key
: Your Maxim API KeyContent-Type
: application/json
, application/x-protobuf
, or application/protobuf
application/x-protobuf
) for optimal performance and robustnessHTTP Status | Condition | Description |
---|---|---|
200 | Success | { "data": { "success": true } } |
403 | Missing or invalid headers - x-maxim-repo-id or x-maxim-api-key | { "code": 403, "message": "Invalid access error" } |