Skip to content

Releases: Netflix/servo

0.7.3

16 Jul 18:28
Compare
Choose a tag to compare
  • Use a Clock to get the timestamp for Metrics and for the filename in a FileMetricObserver.

0.7.2

16 Jul 18:30
Compare
Choose a tag to compare
  • Fixes a bug where calling StepCounter#getValue() multiple times in the same polling interval would reset the value.
  • Fixes a bug in the expiration of monitors done by NormalizationTransform. Both NormalizationTransform and CounterToRateMetricTransform now use Clock to deal with times.
  • Fixes SmallTagMap#equals() plus a potential concurrency issue with the entry set for the map.

0.7.1

16 Jul 18:30
Compare
Choose a tag to compare
  • BasicTagList#asMap() now returns a SortedMap for backwards compatibility.
  • Removes the deprecated ConfigSanitizer feature.

0.6.7

16 Jul 18:32
Compare
Choose a tag to compare
  • Significant performance improvement by using a custom map optimized for a small number of tags in BasicTagList. This is particularly noticeable when you have lots of metrics.

0.6.6

16 Jul 18:33
Compare
Choose a tag to compare
  • Bug fix: Adds the missing method StatsMonitor#getValue()
  • Performance improvement to StepLong#poll().
  • Monitors.newCounter() returns a BasicCounter.