Riccardo Busetti

Results 20 issues of Riccardo Busetti

This PR extends the Metric MRI layer with a new `DerivedOp` called `count_transaction_with_condition` which generalizes over the operations found [here](https://github.com/getsentry/sentry/blob/master/src/sentry/search/events/datasets/metrics.py#L141-L246). The operation implemented enables the calculation of the number of...

Scope: Backend

This library is cool but it needs some new methods. 1)Have an option to set the text inside the search like the text searched 2)Have an option to select all...

As you can see from this image, the color of the delete button is wrong, maybe this has also propagated to other parts of the application (needs further exploration).

This PR changes how the timeseries are filled when no data is there. Now, instead of using the identity value of the totals, they are returning `null`. Closes: https://github.com/getsentry/sentry/issues/63667

Scope: Backend

Right now formulas can be only done between metrics of the same namespace and same metric type. In case there are any other combinations, we must tell the user this...

We need to show users the errors in their queries, for example a syntax error in the query or in the formula itself.