Debug discrepancy between counters of gql.resolver and gql.query #1812
bobbilichandu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using netflix dgs version 4.9.20 in our graphql API. We observed a huge discrepancy between counters of gql.resolver and gql.query.
gql.query.count gives around 4, but gql.resolver.count gives around 64 when calls are failing due to internal failures. I can't share more details due to our company policy. My best guess is there is some retry happening which is causing multiple resolver calls, but I am unable to figure this out. Can someone help where should I look or how to debug this issue? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions