NUM_LEADERS was previously controlling the number of slots. Each leader handles 4 slots. This meant it would send 4 requests to the same leader. This will reduce the contention on the leader.
Add leader offset (optional) if you want to skip the current N leaders.
Improve metrics, including priority fee, compute unit, and the priority (the weight used by the scheduler). The metrics are published as gauges to reduce cardinality.