0.7.2
- 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
. BothNormalizationTransform
andCounterToRateMetricTransform
now useClock
to deal with times. - Fixes
SmallTagMap#equals()
plus a potential concurrency issue with the entry set for the map.