Investigar cuellos de botella en el rendimiento API
Zero extrae datos TP95 de Axiom, identifica los endpoints más lentos, detecta patrones y crea un issue en GitHub con los hallazgos desde Slack.
Zero conecta:


Lo que Zero entrega

Cuál es el problema
TP95 spikes don't always page you. They sit in your metrics dashboards, quietly degrading user experience while your team is focused on shipping. Zero makes it easy to check any endpoint's performance on demand - pull the last 7 days of TP95 data, see which requests are slow, and get a GitHub issue filed automatically so nothing gets dropped.
Cómo lo resuelve Zero
Paso 1: Conecta tus herramientas
Paso 2: Pregúntale a Zero
@Zero check Axiom for the POST /api/zero/runs endpoint - show me the TP95 for the last 7 days and flag any events over 5s.
Zero queries Axiom for the endpoint
Zero pulls all request events for the specified endpoint over the time window, computing TP50, TP95, and TP99 per day.
Zero surfaces slow events
Zero filters for events above the threshold (default: 5 seconds), groups them by time of day and error pattern, and identifies the likely root cause.
GitHub issue created with findings
Zero files a structured GitHub issue with the metric table, slow event list, and root cause analysis - ready for the engineering team to act on.
Paso 3: Llévalo más lejos
Consejos para mejores resultados
Specify a threshold in your prompt - 'flag events over 3 seconds' - so Zero's findings match your SLO, not a generic cutoff.
Ask Zero to check the endpoint right after a deploy to catch regressions before they affect users at scale.
Combine with Daily Error Triage for a complete morning health check: errors from Sentry plus performance from Axiom in one brief.