telemetry
📄️ Ingest a batch of SDK/agent telemetry events at the /batches (plural) path. Hard ceiling is 4x MAX_BATCH_EVENTS; exceedi
Ingest a batch of SDK/agent telemetry events at the /batches (plural) path. Hard ceiling is 4x MAX_BATCH_EVENTS; exceeding returns 413. Per-event rejections do not fail the request.
📄️ Upload a batch of telemetry events from the device to the server ingestion pipeline.
Upload a batch of telemetry events from the device to the server ingestion pipeline.
📄️ Accept telemetry events at the /api/v2/telemetry/events path in either simplified or OTLP envelope format. Events are ro
Accept telemetry events at the /api/v2/telemetry/events path in either simplified or OTLP envelope format. Events are routed by name prefix to subsystem handlers. device.* events are forwarding-only (no DB write). OTLP forwarding is dispatched as a background task. Returns X-Device-Needs-Registration header when device is unregistered.