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