mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-01 23:10:31 +00:00

This commit tweaks the `tracing-tower` load-generator example a little to better simulate a real application under load. In particular, there are now three load generators rather than a single one, and there is a small amount of random jitter to when each load generator sends a request. This has the effect of making events more likely to be interleaved, so filtering becomes much more necessary. Signed-off-by: Eliza Weisman <eliza@buoyant.io>