environment key of the rootprint service in docker-compose.yml.
QUICKWIT_URL must point at a Quickwit 0.9.0 instance. Earlier releases are not supported — expect missing or incorrect behavior.Required
Rootprint refuses to start if any required variable is missing, empty, or (for URL variables) not parseable as an
http:// or https:// URL.
Optional
Rate limiting
Two in-memory limiters share one window. Both are per process, so a horizontally scaled deployment multiplies the effective limit by the replica count — put the authoritative limit at your reverse proxy if you need a cluster-wide one.
Ingest endpoints (
/v1/logs, /v1/traces, /api/ingest) are not rate-limited by Rootprint. A 429 from them is Quickwit’s, passed through.

