roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Omit filtered fields from results

Open tj opened this issue 5 years ago • 1 comments

Curious what people think, but it feels a bit redundant to display any fields which are already filtered. For example if you filter on a request_id there's not much need to show it in the results.

tj avatar Jun 23 '20 12:06 tj

I think this would be a huge UX improvement. I like to have lots of environments in one project so you can do alerting across environments, but it does mean you're usually filtering by those keys before actually looking at logs.

This would need to only apply to queries that use = as the operator. You wouldn't want to exclude the field if the query used > or <.

ForbesLindesay avatar Sep 25 '20 18:09 ForbesLindesay