Tag: apm
-
how to find root spans with lots of children (N+1 queries) in datadog apm traces?
0 I’ve noticed a few N+1 queries in our graphql app. The fix in each case is to add a dataloader to the first repeated query, but finding them is hard. I would like to find all requests that have this problem. The SQL query is in the resource column in apm. I would like…