Skip to content

insights: added graphQL arguments to filter an insights query

Warren Gifford requested to merge insights/regex-filter into main

Created by: coury-clark

Closes #23236 (closed)

Adds a very basic regex filtering to the current insights GraphQL query that operates on include / exclude. The performance isn't amazing because this doesn't reduce the cross-join happening, but it isn't significantly worse (marginally worse on my laptop).

I have some tests on another branch that for some reason are behaving weirdly. I wanted to get this out to unblock the frontend folks and will add those back in tomorrow.

Merge request reports

Loading