Skip to content

0.6.2 / 2019-06-03

Compare
Choose a tag to compare
@matthiasr matthiasr released this 03 Jun 08:45
· 308 commits to master since this release

0.6.2 / 2019-06-03

  • [CHANGE] Do not run as root in the Docker container by default (#85)
  • [BUGFIX] Serialize processing of samples (#94)

This issue fixes a race condition in sample processing that showed if multiple
clients sent metrics simultaneously, or multiple metrics were sent in
individual UDP packets. It would manifest as duplicate metrics being exported
(0.4.x) or the metrics endpoint failing altogether (0.5.0).