Find which subgraph is slowing your query
Scenario
A product query takes 2 seconds. Multiple subgraphs contribute fields, but generic monitoring only shows the total request time.
How Cosmo handles it
Open the Cosmo Playground, add the X-WG-TRACE header, and run the query. The waterfall visualization shows timing for each subgraph call.
Outcome
The slow subgraph is immediately visible. The fix is targeted — no need to instrument each service separately.

