Forward telemetry traces to the backend collector
Telemetry
Forward telemetry traces to the backend collector
Accepts an OpenTelemetry-compatible trace payload from a client (browser SDK, mobile, or another service) and forwards it to the backend collector for ingestion. Fire-and-forget: the API returns 202 once the payload is queued; downstream processing failures are not surfaced to the caller.
POST
Forward telemetry traces to the backend collector
Body
application/json
OpenTelemetry trace payload (any shape). The body is forwarded verbatim to the configured collector (Axiom) — Tether does not parse it, so any OTLP-JSON or vendor-extended structure works.
Response
202 - application/json
Traces accepted
Always accepted — the API queues the payload synchronously and returns; downstream collector failures are not surfaced.
Available options:
accepted