Dashboards are Dead! Say you are 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 day
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