Changelog of @hackage/monad-metrics 0.2.2.2
Change Log
v0.2.2.2
- Bump
hashable
upper bounds
v0.2.2.1
- Bump upper bounds
v0.2.2.0
- Add
gaugeIncrement
andgaugeDecrement
functions #16
v0.2.1.1
- Bump
exceptions
upper bound from 0.9 to 0.10
v0.2.1.0
- Introduced
timedList
method, to store the same distribution data under several names at once. - Fix some documentation typos
v0.2.0.0
- Make
timed
andtimed'
require aMonadMask
constraint for bracketing. - #7 Switch
Map
toHashMap
; ~4x faster to look up - Fix a potential race condition when registering new metrics.
v0.1.0.2
Fix bug where timed metrics are reported in the negatives.
v0.1.0.0 v0.1.0.1
Initial Release