Skip to content

Releases: Netflix/servo

v0.12.2

26 Nov 02:38
Compare
Choose a tag to compare
  • Fix for batch size when using cloudwatch observer.

A comprehensive list of changes can be found on v0.12.1...v0.12.2

v0.12.0

27 Oct 19:50
Compare
Choose a tag to compare
  • totalOfSquares statistic replaces the 'min' gauge in BasicTimer
  • servo-apache adds new metrics tracking connections
  • fix race conditions in DoubleGauge and LongGauge
  • ignore unregister twice errors in JmxMonitorRegistry

A comprehensive list of changes can be found on v0.11.5...v0.12.0

v0.11.5

28 Sep 19:27
Compare
Choose a tag to compare

Try and ensure deregistered StatsTimers will actually be garbage collected.

v0.11.4

16 Sep 16:34
Compare
Choose a tag to compare

Update servo-apache to use a whitelist based approach to finding metrics. This makes it compatible with the latest apache releases.

A comprehensive list of changes can be found in the commit log: v0.11.3...v0.11.4

v0.11.3

16 Sep 16:31
Compare
Choose a tag to compare

Adds a method: boolean ValidCharacters#hasInvalidCharacters(String str) to servo-atlas.

v0.11.2

13 Aug 15:56
Compare
Choose a tag to compare

Primary changes:

  • Fix for #345, incorrect bucket getting updated if bucket units were not the same as the timer unit.

A comprehensive list of changes can be found in the commit log: v0.11.1...v0.11.2

v0.11.1

07 Aug 20:10
Compare
Choose a tag to compare

Primary changes:

  • Use travis for snapshot and release builds.

A comprehensive list of changes can be found in the commit log: v0.11.0...v0.11.1

v0.9.2

06 May 16:38
Compare
Choose a tag to compare

Bug fix: the thread cpu daemon responsible for collecting cpu stats is now correctly set be a daemon thread.

v0.9.1

16 Apr 21:31
Compare
Choose a tag to compare
  • Significant improvements in memory usage in MonitorConfigs: SmallTagMap is using a more efficient representation in memory.
  • Fixes a concurrency problem in SmallTagMap#equals (used by BasicTagList, which is used by MonitorConfig).

v0.9.0

26 Mar 23:16
Compare
Choose a tag to compare

Adds a servo-tomcat project: a poller that produces tomcat metrics.
Some bug fixes in JmxMetricPoller.