Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@houndtravisci houndtravisci released this 12 Jan 22:47
cb9c700

0.6.0 2024-01-12

This version tweaks Throughput samplers to permit calculating non-integer sample rates, which makes them choose better sample rates in many scenarios. It also fixes a race condition that was recently detected by an improved Go runtime.

Fixes

  • fix: allow throughput samplers to have non-integer rates (#74) | Yi Zhao
  • fix: race condition in WindowedThroughput sampler (#73) | Kent Quirk

Maintenance