Meet Oodle: Unified and AI-Native Observability You can watch Oodle's Unified AI-assisted debugging experience on youtube. We are excited to launch this at Kubecon 2025. Engineers and SREs can try out the "live cursor-like debugging game"! Production is down! You open your laptop and start the familiar dance: An API timeout? Check
Dashboards are Dead! Say you are a modern software engineer used to getting access to relevant information at your fingertips, you are grappling with questions around your Observability tools: “Why am I still relying on static dashboards in an era where everything else is dynamic and easy to use?” “Why is my work
Scaling Prometheus: From Single Node to Enterprise-Grade Observability Prometheus is an open-source monitoring solution that provides a streamlined way to store metrics data, query metrics using PromQL, and set up alerting. It has become the de-facto standard for monitoring infrastructure and applications. * Easy to setup: Prometheus is straightforward to deploy - simply run a single prometheus binary and
Go Profiling in Production At Oodle, we use Golang for our backend services. In an earlier blog post (Go faster!), we discussed optimization techniques for performance and scale, with a specific focus on reducing memory allocations. In this post, we'll explore the profiling tools we use. Golang provides a rich set of