1. Debugging Checkout Latency
Backend DeveloperBackground
A microservices architecture is experiencing intermittent timeouts during the checkout process. The developer has downloaded a raw Jaeger trace JSON file for a slow request.
Problem
Identifying which specific downstream service is causing the delay without deploying a local Jaeger instance.
How to use
Paste the Jaeger JSON into the Trace JSON field, set the format to 'Jaeger JSON', and select 'Milliseconds' as the display unit.
Trace Format: Jaeger JSON, Display Unit: ms, Show Only Error Spans: falseOutcome
The tool renders a waterfall chart revealing that the payment-service span took 180ms, pinpointing it as the bottleneck.