Skip to content

0.7.4

Compare
Choose a tag to compare
@dmuino dmuino released this 16 Jul 18:27
· 357 commits to master since this release
  • JMX ObjectNameMapper can be specified via a property com.netflix.servo.DefaultMonitorRegistry.jmxMapperClass.
  • Allows the mapping from Monitor to JMX ObjectName 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.