You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Currently graphql.timer.query.* collect all queries regardless of response details. In particular, if a GraphQL query returns some errors, I cannot identify them from the metrics (metric name or tags).
Is it possible to add an error tag if executionResult.getErrors() is not empty? That way, I'll be able to check the error rate of my GraphQL queries.
Otherwise, I'd appreciate if anyone can share an alternative to capture error metrics.