Skip to content

Releases: Netflix/spectator

v0.42.0-rc.1

12 Oct 13:05
Compare
Choose a tag to compare
v0.42.0-rc.1 Pre-release
Pre-release

A comprehensive list of changes can be found in the commit log: v0.41.0...v0.42.0-rc.1

v0.41.0

27 Sep 21:15
Compare
Choose a tag to compare

Primary changes:

  • #309, GC logger now uses powers of 1024 to match command line options to JDK.
  • #316, Use compile scope in POM for dependencies exposed in public API.
  • #317, Move placeholder ids to separate sub-project and deprecate.
  • #318, Add spectator-web-spring sub-project for exposing data in the registry.

A comprehensive list of changes can be found in the commit log: v0.40.0...v0.41.0

v0.40.0

14 Jun 12:48
Compare
Choose a tag to compare

Primary changes:

  • Update dependencies. In particular, aws-java-sdk updated from 1.10.x to 1.11.x. The 1.11.x release has at least one notable change causing compatibility issues, AmazonCloudWatch.putMetricData now has a return type of PutMetricDataResult instead of void.

A comprehensive list of changes can be found in the commit log: v0.39.0...v0.40.0

v0.39.0

08 Jun 05:41
Compare
Choose a tag to compare

Primary changes:

  • Remove deprecated t-digest registry.
  • Fix corrupt tag list when using string varargs method.

A comprehensive list of changes can be found in the commit log: v0.38.1...v0.39.0

v0.38.1

29 Apr 02:44
Compare
Choose a tag to compare

Primary changes:

  • Fix ArrayIndexOutOfBoundsException when creating ids (#298).

A comprehensive list of changes can be found in the commit log: v0.38.0...v0.38.1

v0.38.0

26 Apr 23:35
Compare
Choose a tag to compare

Primary changes:

  • Fix image links and method name in timer docs.
  • Improve performance of id creation.
  • ⚠️ Remove deprecated ValueFunction and ConfigMap
    classes. The removal of ValueFunction and related Registry.gauge
    methods is not backwards compatible. They have been deprecated
    for some time and cause ongoing problems when using a lambda
    for registering a gauge (#292).

A comprehensive list of changes can be found in the commit log: v0.37.0...v0.38.0

v0.37.0

15 Apr 22:38
Compare
Choose a tag to compare

Primary changes:

  • Documentation moved from wiki to using mkdocs hosted on pages. This allows users to submit pull-requests for documentation updates and provides better search.
  • Fix for 0 values being counted as negative in BucketTimer (#277).
  • Fix detection of serviceName for AWS metric collector.

A comprehensive list of changes can be found in the commit log: v0.36.0...v0.37.0

v0.36.0

02 Mar 00:55
Compare
Choose a tag to compare

Primary changes:

  • BucketFunctions now has helpers for quantities using metric (power of 1000) or binary (power of 1024) labels.
  • Gauges are now supported when using the Metrics3 registry.
  • DoubleDistributionSummary will now expire after a period of now activity.
  • TDigest registry is now deprecated. Use PercentileTimer or PercentileDistributionSummary instead.

A comprehensive list of changes can be found in the commit log: v0.35.1...v0.36.0

v0.35.1

19 Jan 23:02
Compare
Choose a tag to compare

Primary changes:

  • Gauges registered with TDigestRegistry will now get passed through to the underlying registry similar to counters.

A comprehensive list of changes can be found in the commit log: v0.35.0...v0.35.1

v0.35.0

19 Jan 03:50
Compare
Choose a tag to compare

Primary changes:

  • Compatibility fix to ease transition away from ConfigMap.

A comprehensive list of changes can be found in the commit log: v0.34.1...v0.35.0