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
feat(insights): update overview throughput/duration widgets to contain correct query (#97570)
Updates the frontend overview throughput and duration widgets (see
screenshot) so that it contain the same query as the table itself. This
query just tries to filter out non-frontend data.
<img width="822" height="613" alt="image"
src="https://github.com/user-attachments/assets/bee0e346-4365-4bb1-ad95-832e2baa8798"
/>
// add disjunction filter creates a very long query as it seperates conditions with OR, project ids are numeric with no spaces, so we can use a comma seperated list
// add disjunction filter creates a very long query as it seperates conditions with OR, project ids are numeric with no spaces, so we can use a comma seperated list
0 commit comments