Practical Notes
- GitHub: 692 stars · 23 forks; pushed 2026-05-11 (verified via GitHub API).
- README quick start uses
docker-compose upand the UI defaults tohttp://localhost:8080. - Per README: CLI emits a stable JSON envelope, making it easy to chain search → triage in agent workflows.
Main
A “minimum useful loop” for incidents:
- Ingest a small amount of real telemetry (or use the test send/telemetrygen commands).
- Ask a narrow question first (“show errors for service X”), then progressively widen the window.
- Once you find a suspicious trace/log event, keep the query trail (filters + IDs) as a repeatable runbook.
When you later connect an agent, the goal is not “one-shot answers”—it’s to have the agent produce a deterministic chain of CLI commands you can re-run and audit.
FAQ
Q: Is cloud required? A: No—README includes a self-host quick start with Docker Compose.
Q: Where is data stored? A: README states it stores telemetry in S3-compatible buckets.
Q: How do I make it agent-friendly? A: Prefer CLI-driven workflows and keep the command chain as your audit trail.