Skip to content

v0.87

Compare
Choose a tag to compare
@prymitive prymitive released this 29 Jun 20:08
· 3148 commits to main since this release
5970ab1

Added

  • Use uber-go/automaxprocs
    to automatically adjust GOMAXPROCS to match Linux container CPU quota.
    Runtime value of GOMAXPROCS is now exported as a go_max_procs metric.
  • API will now return only first 40 alert groups by default, the rest can
    be loaded when user clicks on the Load more button.
    grid:groupLimit config option was added to customise how many groups
    are returned and displayed in the UI by default.