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
Thanks for opening this issue. We are looking into it and will follow up once we have more information. In the meantime, if you would like to contribute, we'll be glad to review and merge your contribution!
In case this is time sensitive for you, please reach out to Datadog Support so we can best prioritize.
We are using GQL Tracer for our application.
We want to reduce the amount of noise so have enabled the
WithoutTraceIntrospectionQuery
Option.However, the tracer sometimes collects fields under the Introspection query.
We have confirm:
github.com/99designs/gqlgen
: Filtered properlyWe have configured the tracer as follow:
Version of dd-trace-go
1.70.3
Describe what happened:
Query comes from Retool traced all the fields under it.
Describe what you expected:
IntrospectionQuery
shall not be traced.Steps to reproduce the issue:
Additional environment details (Version of Go, Operating System, etc.):
The text was updated successfully, but these errors were encountered: