Closed brayniac closed 2 months ago
Instead of looping through each sampler and sequentially await'ing we can use join_all on the set of all sampler futures.
Result
Reduces sampling (and therefore HTTP metrics endpoint) latency by executing the sampler futures concurrently.
Instead of looping through each sampler and sequentially await'ing we can use join_all on the set of all sampler futures.
Result
Reduces sampling (and therefore HTTP metrics endpoint) latency by executing the sampler futures concurrently.