Skip to content

v0.10.160

Latest
Compare
Choose a tag to compare
@jamesmoessis jamesmoessis released this 10 Jul 06:16
213048f
  • 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.