Skip to content

Releases: Netflix/spectator

0.12

15 Aug 18:02
Compare
Choose a tag to compare
0.12 Pre-release
Pre-release

Primary changes:

  • Updated the statistics for timers when using the servo registry to include totalTimeSquared. Precomputing this gives us a convenient way to determine standard deviation across groups on backends that allow aggregation.
  • Remove listener methods from Registry interface. For most of the interesting use-cases it was insufficient and a dedicated Registry implementation can do a better job of generating a meaningful stream of events.

A comprehensive list of changes can be found in the commit log: 0.11...0.12

0.11

06 Aug 23:00
Compare
Choose a tag to compare
0.11 Pre-release
Pre-release

Primary changes:

  • Multiple registries can be used at the same time. Default behavior is all registries in the classpath will be loaded and used.
  • Fixes several issues with reporting of GC events:
    • Issue #2, the live data size will now get updated any time there is a reduction in the old gen heap size as well as after a major GC.
    • End time reported to chronos was off by the uptime of the jvm.

A comprehensive list of changes can be found in the commit log: 0.10...0.11

0.10

19 Jul 16:51
Compare
Choose a tag to compare
0.10 Pre-release
Pre-release

This and all previous releases were created to test getting the jenkins release build process working.