Payload and Latency Analysis
Request logs help you correlate payload characteristics with response time and failure patterns.
Latency analysis
- Sort by latency descending to find slow endpoints.
- Compare p50 and p95 behavior over the same path.
- Check whether latency spikes align with backend errors.
Payload analysis
- Inspect request and response body for validation failures.
- Identify oversized payloads that increase processing time.
- Compare success and failure payload shapes.
Practical guidance
- Use request ID for deep backend trace correlation.
- Redact sensitive values before sharing logs externally.