Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 14 May 09:38
· 673 commits to master since this release
v1.2.2

Changelog for 1.2.2

The following sections list the changes for 1.2.2.

Summary

  • Fix #74: Another fix for go routines within server metrics
  • Fix #72: Fix index out of range issue within server metrics

Details

  • Bugfix #74: Another fix for go routines within server metrics

    We disabled the server metrics by default for now until the implementation is really stable to
    avoid any side effects. I have reintroduced routines, otherwise the scrapetime will be far too
    high. This time I used wait groups to get everything handled properly.

    #74

  • Bugfix #72: Fix index out of range issue within server metrics

    The code has not checked if an index have been really available within the server metrics API
    response. With this fix it gets properly handled.

    #72