Docs / Observability

Log streaming export

Forward runtime log chunks to a third-party HTTP endpoint (Datadog, Loki gateway, custom collector). The gateway polls Docker logs every 15 seconds and POSTs JSON payloads.

Create a stream

http
POST /v1/log-streams
{ "url": "https://logs.example.com/ingest", "serviceId": "srv-optional" }

Omit serviceId to stream all services in the workspace.

Manage streams

http
GET /v1/log-streams
DELETE /v1/log-streams/{id}