Standardized Infrastructure Monitoring Across Thousands of Services
Defined the monitoring standard across thousands of services and drove cross-team adoption.
The Problem
Infrastructure teams operated with fragmented, inconsistent monitoring across thousands of services. Different teams used different tooling, alert standards, and dashboard conventions, creating blind spots, duplicated effort, and unreliable signal during incidents.
There was no unified "paved road" for infrastructure monitoring, meaning each team had to reinvent their observability stack independently.
The Approach
Architected and drove adoption of a unified monitoring platform standardizing infrastructure observability across thousands of services. Defined common monitoring standards: alert policies, SLO baselines, dashboard conventions, and deployment playbooks.
Led cross-team alignment to migrate from fragmented legacy monitoring stacks to the unified platform. Established the platform as the "paved road" for all infrastructure monitoring, onboarding 2,750+ application stages and 3,000,000 monitors at scale.
The Impact
- Brought thousands of services onto one monitoring paved road, replacing the per-team tooling and alert conventions each team had reinvented on its own
- Onboarded 2,750+ application stages and brought 3,000,000 monitors under standardized management
- Replaced inconsistent per-team alerting with shared alert policies and SLO baselines, so incident signal reads the same across services
- Retired the fragmented legacy monitoring stacks teams had maintained in parallel
- Became the paved road new infrastructure monitoring is built on org-wide
Related
A Check You Never See Fail Is Already Dead
A scheduled job on my fleet reported success for weeks while the program inside it failed every run. The watchdog that should have caught it was broken too, and its silence read as health. What I now require from every check that guards something I care about: three independent signals, and a scheduled proof that the checker itself can still say no.
The Pocket Quant
I built a quant research platform, then built an agent to operate it: a scheduled Claude session that reads the boards, keeps a pre-registered track record, and texts me three times a day without ever saying buy.
Prompt caching is a prefix match, not a flag
Prompt caching looks like a flag you flip for a cheaper bill. It is really the reuse of a stored prompt prefix, governed by three rules, and applying it across four parts of my own system showed where it pays, where it quietly does nothing, and where it is not even my decision. With the token counts I measured to check.