Instrumenting at 10 years per secondHow we made custom instrumentation blazing fast, simple, and data-centricDec 23, 2025·8 min read
3 reasons traces are better than metrics for debugging your applicationIntroduction Today I'll talk about the superiority of traces for understanding your system state and investigating problems. Traces excel at debugging your application due to several inherent properties. The granularity of traces provides a distincti...Aug 14, 2024·5 min read
Tests you love to read, write and changeEnhancing test longevity and maintainability through centralized abstractions and focused testsJul 19, 2024·9 min read
Automated telemetry capture via Python bytecode modificationThe pursuit of capturing application telemetry automaticallyJun 25, 2024·15 min read
That time PostgreSQL said "no thanks, I don't need your index"Explore our journey of optimizing PostgreSQL queries: from stubborn index rejections to achieving a 70x speed improvement with strategic adjustmentsMay 15, 2024·9 min read
Solving like Sherlock: A 15 minute case with ObservabilityA story of how better Observability reduced our investigation to a mere 15 minutes.Apr 16, 2024·7 min read
Observability improvements for the curious newcomer - Part 1Introduction Observability is a great vehicle for lowering the bar to understanding and supporting production systems for all, regardless of company or professional tenure. A system that emits enough useful and thoughtful telemetry enables system com...Mar 20, 2024·10 min read