- Upgrades to collector 0.128
- Adds ability to shard the main consuming goroutines. Alleviates a major CPU bottleneck. See DESIGN.md for more explanation.
- Adds ability to configure size of the buffered chan waiting for consumption
- Optimises metric collection on hot path. Use async instrument for cache metrics.
- Move various operations where possible, out of the hot path.