API-Performance-Engpässe untersuchen
Zero holt TP95-Daten aus Axiom, zeigt die langsamsten Endpoints, identifiziert Muster und erstellt ein GitHub-Issue mit den Ergebnissen aus einer Slack-Nachricht.
Zero verbindet:


Das liefert Zero

Worin das Problem liegt
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.
So löst Zero das Problem
Schritt 1: Tools verbinden
Schritt 2: Zero fragen
@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.
Schritt 3: Weiterführende Aktionen
Tipps für bessere Ergebnisse
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.