We added a new "find events with request ID" option to the Insights data context menu for request_id
fields. This is especially useful when exploring your application events and you find a request that you want to check out.
Clicking the option replaces the current Insights query with the BadgerQL for finding a set of correlated events for that request:
fields @ts, @preview
| filter request_id::str == "$value"
| sort @ts