sloth
sloth copied to clipboard
Maybe add successQuery?
Currently in some cases (when generating a query for latency) we have to do total requests minus successful requests manually to acquire errorQuery, which is basically an extra unnecessary step. Sloth already has totalQuery and having a successQuery could do this calculation itself.