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
Our GraphQL application has a "health check" query field that we use to assess the health of the service. Needless to say, this query makes up the vast bulk of the traces in our system. It would be nice if there were a way to configure the OpenTelemetryExtension with an exclusion list of fields. Alternatively, perhaps provide a filter function, similar to what is done for filtering args. i.e. something like this in the resolve method: