JSONL Files
Simple file-based storage in JSON Lines format.File Rotation
Analysis Example
WebSocket
Real-time streaming to the Web UI and custom clients.Connecting from JavaScript
OpenTelemetry (OTLP)
Export to any OpenTelemetry-compatible backend.gRPC Protocol
HTTP Protocol
With Authentication
Popular Backends
Grafana Cloud:Kafka
High-throughput event streaming to Apache Kafka.With Authentication
Confluent Cloud
Consuming Events
Webhooks
Send events to any HTTP endpoint.Request Format
Events are sent as a JSON array:Integration Examples
Slack Webhook:Multiple Exports
Enable multiple exports simultaneously:Export Performance
Batching
All exports (except WebSocket) support batching:Backpressure
If an export destination is slow or unavailable:- Events are buffered in memory (bounded)
- Oldest events are dropped if buffer is full
- Error counts are tracked in metrics