This tutorial shows how to investigate a latency spike and apply a safe mitigation.Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Scenario
You notice degraded response times for one production deployment in the past hour.Step 1: Confirm the Spike
- Open Observability → Metrics.
- Set time range to Last 1 hour.
- Pivot by Deployment.
- Confirm p95/p99 latency increase.
Step 2: Isolate Affected Requests
- Go to Requests.
- Filter to the impacted deployment and same time range.
- Sort by response time descending.
- Open the slowest requests.
Step 3: Inspect Request Detail
Check these fields in detail view:- Status and error information.
- Input/output token counts.
- Gateway metadata (IP, method, path, user agent, location).
- Raw request/response payloads.

Step 4: Correlate with Rules
- Open Rules tab.
- Filter active rules by relevant type (IP, country, user-agent, rate).
- Verify whether blocked traffic patterns match expectations.
Step 5: Apply and Verify
- Edit or add a rule only if data supports mitigation.
- Re-check Metrics and Requests for the next 15–30 minutes.
- Document before/after KPIs in your incident notes.
Outcome Checklist
Anomaly confirmed with KPI evidence.
Request-level root-cause clues captured.
Rule change validated against live traffic.