The breakdown graphs UI should have a corresponding documentation section. Especially the fact that 100% corresponds to the total self-time and not the transaction duration. If there are async spans, the transaction duration is lower than the total self-time (transaction.duration <= sum(self_time)).
The breakdown graphs UI should have a corresponding documentation section. Especially the fact that 100% corresponds to the total self-time and not the transaction duration. If there are async spans, the transaction duration is lower than the total self-time (
transaction.duration <= sum(self_time)).