Nar Saynorath
Nar Saynorath
We'd like to allow users to set default queries as their landing page. This field will be used to identify a saved query as a user's default query, i.e. there...
EA Docs for Discover Homepage feature. Due to design discussions surrounding this feature, this feature has not been green lighted for EA yet, so this PR will remain in Draft...
List span ops that are shown in the table. We only collect metrics off of specific ones for starfish. They are the same as the screen loads module along with...
We added the transaction op filter (see [here](https://github.com/getsentry/relay/pull/3512)) so I can update these filters to look for `ui.load` data.
Priority doesn't seem to be a valid sort order for these anymore and date is the default order on the issues page. Fixes the following error state from showing by...
Currently this queries indexed spans because of my reliance on sdk.name, but this is proving to be too slow on some projects with lots of data. I'm removing it temporarily...
Exposes span.duration in the metrics query builder with a very limited set of available tags. The tags that are currently suggested are `span.op`, `span.domain`, and `span.action`. The other tags that...
Registers the errors and transactions dataset as supported datasets for export for the discover split.
Updates the default parameters for the `count_if` function in Discover and Dashboards for the errors and transactions datasets. The current default of `transaction.duration` errors out for the Errors dataset, so...