Hi,
Currently i am using a TSVB visualization with a series aggregation like described in this post
to visualize apm data, it shows the duration of a series of transactions. The aggregation first takes the average of the duration of transactions with the same name, and then sums three transactions to get the average duration of the distributed trace. But now i would like to categorize the outcomes into three groups: good fair and bad based on the duration, and show that in a table for example. How could i do that? I was thinking of using Lens > table, but that doesn't support series aggregation...