sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(metrics): Add support for counting transactions with condition on value [TET-326]

Open iambriccardo opened this issue 2 years ago • 0 comments

This PR extends the Metric MRI layer with a new DerivedOp called count_transaction_with_condition which generalizes over the operations found here.

The operation implemented enables the calculation of the number of occurrences of a given metric with a transaction value equal to << unparameterized >> or "" or neither of the two. The transaction value refers to the value of tag transaction.

iambriccardo avatar Sep 16 '22 08:09 iambriccardo