Releases: Netflix/servo
Releases · Netflix/servo
v0.8.3
v0.8.2
Add metrics to the cloudwatch observer:
- servo.cloudwatch.metrics: number of metrics published to cloudwatch
- servo.cloudwatch.errors: number of cloudwatch errors (includes additional tag to include the error type)
- servo.cloudwatch.puts: timer that measures how long it takes to publish metrics
v0.8.1
0.8.0
0.7.9
0.7.8
0.7.7
0.7.6
- Fixes a bug in
ThreadCpuStats
that prevented threads from getting deleted from the usage map. - Adds a new monitor:
BasicDistributionSummary
which tracks the distribution of events. Similar to aBasicTimer
without the time unit aspect. - Compatibility for the servo-core API is now automatically checked as part of the build.
0.7.5
0.7.4
- JMX ObjectNameMapper can be specified via a property
com.netflix.servo.DefaultMonitorRegistry.jmxMapperClass
. - Allows the mapping from
Monitor
to JMXObjectName
to be configurable. Added an ordered based mapper which maps known properties in a given order, useful for tools such as VisualVM. - Timers created by
TimedInterface
are no longer created lazily, and are therefore registered with JMX. - Fixes a compatibility issue min and max gauges and basic timers where the gauges were reporting the values for the previous interval, but the counts were reported for the current interval.