Kaushik Varanasi

Kaushik Varanasi

Founder & CEO, Rocketgraph

Kaushik founded Rocketgraph to make observability affordable at any scale. He writes about telemetry economics, object-storage architectures, and using AI agents to triage production incidents.

Posts by Kaushik

By Kaushik Varanasi6 min read

Zero-Code OpenTelemetry: Instrumenting a Real Distributed System

You can add full distributed tracing, metrics, and logs to a Python microservices app without touching application code — install the OpenTelemetry distro, bootstrap the instrumentors, and run each service under the opentelemetry-instrument wrapper. Here is exactly how we did it for Fathom, a nine-service bank, plus the one gotcha that keeps logs from showing up.

Read more →

By Kaushik Varanasi3 min read

AI Incident Triage, Explained: How AI Agents Cut MTTR

AI incident triage is the use of AI agents to do the first phase of incident response automatically: cluster alerts, correlate telemetry with deploys, rank probable root causes, and draft the incident summary before a human is paged. Here is how it works and how to evaluate it.

Read more →