servo

Netflix Application Monitoring Library

APACHE-2.0 License

Stars
1.4K
Committers
41

Bot releases are visible (Hide)

servo - v0.13.2 Latest Release

Published by brharrington over 3 years ago

Primary changes:

  • #469, stop using JCenter for publishing.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.13.0...v0.13.2

servo - v0.13.0

Published by brharrington over 3 years ago

Primary changes:

  • #466, switch to no op monitor registry by default.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.28...v0.13.0

servo - v0.13.1

Published by brharrington over 3 years ago

⚠️ Did not publish correctly, use 0.13.2.

Primary changes:

  • #469, stop using JCenter for publishing.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.13.0...v0.13.1

servo - v0.12.28

Published by brharrington over 5 years ago

Primary changes:

  • #465, avoid allocations due to varargs.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.27...v0.12.28

servo - v0.12.27

Published by brharrington over 5 years ago

Primary changes:

  • #463, do not warn if global registry is used for SpectatorContext.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.26...v0.12.27

servo - v0.12.26

Published by brharrington over 5 years ago

Primary changes:

  • #454, #459, update CI to validate on jdk11 and jdk12.
  • #458, warn if registry used for SpectatorContext is overwritten.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.25...v0.12.26

servo - v0.12.25

Published by brharrington over 6 years ago

Primary changes:

  • #451, avoid memory leak for improper usage of registerObject.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.24...v0.12.25

servo - v0.12.24

Published by brharrington over 6 years ago

Primary changes:

  • #450, fix expiration of StatsMonitors when delegating to Spectator.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.23...v0.12.24

servo - v0.12.22

Published by dmuino over 6 years ago

  • Delegate updates to spectator
servo - v0.12.21

Published by brharrington over 6 years ago

Primary changes:

  • #442, add Automatic-Module-Name to jar manifests.
  • #443, avoid using System.getProperties() as it is not allowed in many secure environments.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.20...v0.12.21

servo - v0.12.18

Published by brharrington almost 7 years ago

Primary changes:

  • #420, add stop method to AtlasMetricObserver to support clean shutdown of threads.
  • #425, enable CI builds for jdk9.
  • #437, add counters to track the number of timeouts and other failures sampling values from monitors.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.17...v0.12.18

servo - v0.12.19

Published by brharrington almost 7 years ago

Primary changes:

  • #440, fix travis build so only jdk8 build will publish artifacts to bintray.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.18...v0.12.19

servo - v0.12.17

Published by brharrington over 7 years ago

Primary changes:

  • #410, log exception putting metric data into CloudWatch.
  • #418, update variance calculation on StatsBuffer to be more precise.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.16...v0.12.17

servo - v0.12.12

Published by dmuino almost 8 years ago

Primary changes:

  • Reduce contention for ExpiringCache (used internally by DynamicCounter and DynamicTimer)

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.11...v0.12.12

servo - v0.12.11

Published by brharrington about 8 years ago

Primary changes:

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.10...v0.12.11

servo - v0.12.10

Published by brharrington about 8 years ago

Primary changes:

  • Update dependency to fix bad pom (#394)

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.9...v0.12.10

servo - v0.12.9

Published by brharrington about 8 years ago

⚠️ One of the dependencies has a bad pom, use 0.12.10.

Primary changes:

  • Update client for servo-atlas to netty 4.1.3.Final.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.8...v0.12.9

servo - v0.12.7

Published by brharrington over 8 years ago

Primary changes:

  • Fix possible ArrayIndexOutOfBoundsException when using StatsTimer.
  • Update dependencies. Note, this moves from aws 1.10.x to 1.11.x. In 1.11.x
    the return type of putMetricData for the cloudwatch client changed from void to PutMetricDataResult. This causes a NoSuchMethodError is using 1.11.x with a servo version built using 1.10.x or earlier.

A comprehensive list of changes can be found in the commit log: https://github.com/Netflix/servo/compare/v0.12.6...v0.12.7

servo - v0.12.3

Published by dmuino over 8 years ago

Update dependencies. For a comprehensive list of changes see https://github.com/Netflix/servo/compare/v0.12.2...v0.12.3

servo - v0.10.1

Published by brharrington over 8 years ago

  • Backport #362 into 0.10.x so it can be used with apps that still need java 6.

A comprehensive list of changes can be found on https://github.com/Netflix/servo/compare/v0.10.0...v0.10.1