Ingest trace data in OTLP (OpenTelemetry Protocol) format. Traces are buffered in a queue and processed asynchronously.
Supports gzip-compressed payloads via the Content-Encoding: gzip header.
Your AgentMark API key. Create one in the dashboard under Settings > API Keys.
Example: Authorization: Bearer am_live_abc123
Your application ID. Found in the dashboard under Settings > General.
"app_abc123"
Set to gzip if the request body is gzip-compressed.
gzip Optional request ID for idempotency tracking. Generated automatically if not provided.
Array of OTLP ResourceSpans objects.
Request processed (empty payload or direct path).
true