Skip to content

Releases: mikejihbe/metrics

v0.1.21

03 Jan 05:34
Compare
Choose a tag to compare

Patch release which addresses the following:

  • #67 Optimize percentile calculation

Thank you to @shuhei for contributing this improvement!

v0.1.20

07 Dec 03:29
c0f9e33
Compare
Choose a tag to compare

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

13 Oct 20:32
Compare
Choose a tag to compare

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

08 Oct 00:28
Compare
Choose a tag to compare

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

18 Aug 15:02
e15127a
Compare
Choose a tag to compare

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

11 Jul 15:11
1249852
Compare
Choose a tag to compare

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

11 Apr 19:59
fa4a77e
Compare
Choose a tag to compare

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

22 Aug 16:47
f989e9a
Compare
Choose a tag to compare
  • #49 and #50 - Fix type signature for ExpontentiallyDecayingSample#update

Thank you to @sarslanhan and @pbadenski for their contributions to this release!

v0.1.13

18 Aug 20:37
f820658
Compare
Choose a tag to compare
  • #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

16 Aug 16:25
1ead46c
Compare
Choose a tag to compare
  • #44 - Add typescript definitions
  • #45 - Make this library work in the browser

Thank you to @pbadenski for his contributions to this release!