Gonzo – The Go based TUI for log analysis



This content originally appeared on DEV Community and was authored by Jon Reeve

The Gonzo Mascot!

We spend a lot of time thinking about observability, OpenTelemetry, and how AI can better support them.

What we kept running into was a gap:

  • We had great dashboards for long-term observability.
  • We had great Kubernetes tools for resources and metrics.
  • But we didn’t have a fast, intuitive, terminal-native tool for logs that could scale with modern telemetry standards.

We wanted something like K9s – but for logs – that could highlight and boil up patterns, and even run AI models locally or via API to summarize logs – more needles, less haystacks!

We’re just getting started – feedback and PRs welcome @ https://github.com/control-theory/gonzo


This content originally appeared on DEV Community and was authored by Jon Reeve