Skip to content

v0.9.5

Compare
Choose a tag to compare
@robskillington robskillington released this 28 May 13:44
· 1876 commits to master since this release
4d4c1df

Performance

  • M3DB: Use ReadAt() pread syscall to reduce syscalls per time series data read and half the number of open FDs with default configuration (#1664)

Bug Fixes

  • M3Query: Add missing support for PromQL unary expressions (#1647)
  • M3DB: Call setrlimit to set open FDs hard limit for docker image and in Dockerfile use setcap to enable capability (#1666)
  • M3DB: Updated Tally to 3.3.10 to issue correct error message when listen address conflict occurs with Prometheus reporter (#1660)