Observability, debugging and software engineering insights from the team at Metoro.
Recently we had an unexpected performance degradation in one of our go workloads to the tune of nearly 2x expected cpu usage. Turns out the issue was that we didn’t explicitly set the GOMAXPROCS go runtime parameter. We’re going to run through the in...
We’re stoked to announce that we’ll be sponsoring Kubecon NA 2024. We’ve been working hard on the 1.…
Foreword This blog post is the start of a new series of posts covering the evolution of Kubernetes. …
In this post, we're going to briefly go over what eBPF is and how it can help you with observability…
Today, we open-sourced Statusphere: an api-first status page aggregator. Statusphere is a 1-stop location for machine readable service statu…
Microservices have become an increasingly popular architectural style for building complex, scalable applications. Chances are, if you're wo…
What problem do distributed traces solve? As the number of services in a distributed system increases, so does the difficulty of debugging t…