Releases: mikejihbe/metrics
Releases · mikejihbe/metrics
v0.1.21
Patch release which addresses the following:
- #67 Optimize percentile calculation
Thank you to @shuhei for contributing this improvement!
v0.1.20
Hotfix release which addresses the following:
- #64 Counters being reported in place of Gauges
Thank you to @ankitchiplunkar for contributing this fix!
v0.1.19
Hotfix release which addresses the following:
- #63 Counter.inc() and Counter.dec() do nothing when 0 is passed.
Many thanks to @rafalsiwiec for their contributions for this release!
v0.1.18
Hotfix release which introduces new functionality.
- #58 Add
time.time()
for easy timer duration recording
- #59
Cache
and CachedGauge
support.
- #60 Update report.js add missing vars in for...in
- #61 Add optional value to Counter TS definition
Many thanks to @rafalsiwiec, @Nagogus, and @mistic100 for their contributions for this release!
v0.1.17
A small hotfix release for:
- #57 Make Graphite reporter report integer timestamps
Thank you to @szmg for their contributions to this release!
v0.1.16
A small hotfix release for typescript issues:
- #56 Correct the type defs for TypeScript
Thank you to @shuhei for their contributions to this release!
v0.1.15
A small hotfix release to address two typescript definition issues:
- #52 Histogram.update optional timestamp in index.d.ts
- #55 add missing count type to Histogram object
Thank you to @DeTeam and @vigneshshanmugam for their contributions to this release!
v0.1.14
- #49 and #50 - Fix type signature for ExpontentiallyDecayingSample#update
Thank you to @sarslanhan and @pbadenski for their contributions to this release!
v0.1.13
- #47 - Export modules under ./stats directory and add type definitions
- #48 - Fix type definitions
Thank you to @sarslanhan and @pbadenski for their contributions to this release!
v0.1.12
- #44 - Add typescript definitions
- #45 - Make this library work in the browser
Thank you to @pbadenski for his contributions to this release!