You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Both NormalizationTransform and CounterToRateMetricTransform now use Clock to deal with times.
Fixes SmallTagMap#equals() plus a potential concurrency issue with the entry set for the map.
Significant performance improvement by using a custom map optimized for a small number of tags in BasicTagList. This is particularly noticeable when you have lots of metrics.