Error rate for a city payments Lambda is flat, but p99 latency spiked. X-Ray shows a slow downstream payment provider call rather than elevated Lambda CPU. Where should the team focus first?
Select an answer to reveal the explanation.
Short Explanation
Flat errors plus a p99 spike is a traffic jam, not a crash. X-Ray pointing at the payment provider means look downstream first—do not blame the Lambda CPU when the trace already named the slow neighbor.
Full Explanation
Correlating metrics, logs, and traces locates the failing or slow component. When latency rises without a matching error-rate jump and X-Ray attributes time to a downstream call, investigation should focus on that dependency. Blind memory scaling, deleting logs, or unrelated schema guesses ignore the trace evidence.