Hi team, we encounter a case when a graphql reques...
# troubleshoot
b
Hi team, we encounter a case when a graphql request that is usually running very fast takes more than 5 min to execute based on opentelemetry traces. The first screenshot shows the usual scenario for this GraphQL request (less than 10ms to execute); however, for the same GraphQL query, the request can be timed out at 30s (refer to the second screenshot). And there’s a long period (> 5 min) of hiatus based on the traces. Anyone has any idea why this can happen? 🙇
1
i have challenges to locate where the spans are configured in the code for
/graphql
and
query <operation name>
(in our case, query getSchemaClassification). Those seems not configured via @WithSpan. Any tip on that will be great too
a
Hi @big-carpet-38439 might be able to provide some insight here