Skip to content

Releases: yaorg/node-measured

v2.0.0

10 Jul 00:23
Compare
Choose a tag to compare
  • Add KOA middleware support
  • [BREAKING] drops support for node 6

v1.51.1

05 Sep 16:31
Compare
Choose a tag to compare
  • fix(signalfx): repeat word in log statement

v1.51.0

28 Aug 23:19
Compare
Choose a tag to compare
  • feat(signalfx-reporter): add additional debug logging (#71)

v1.50.0

02 Aug 04:57
Compare
Choose a tag to compare
  • feat: add metricLimit and lru to DimensionAwareMetricsRegistry (#69)

v1.49.0

06 Jun 23:23
Compare
Choose a tag to compare

Measured Reporting

  • Added flag to indicate if metrics should be reset on each reporting interval.

v1.48.0

26 May 09:31
Compare
Choose a tag to compare

Fix latest Github release version mismatch

The publish.sh script releasing/publishing this project relies on the Github API to fetch releases and can get confused by draft releases. This version will bring the latest release version in sync between Github and package.json and lerna.json files so that the next release can go more smoothly.

v1.43.0

24 May 16:48
Compare
Choose a tag to compare

new keepAlive option on Meter and Timer

  • Meter and Timer were using setInterval and keeping a ref to it as well keeping processes hanging. This can now be controlled via a new keepAlive option.

v1.42.0

25 May 07:26
90d252d
Compare
Choose a tag to compare

Measured SignalFx Reporter

  • The sendEvent wrapper now returns a promise.

v1.41.0

24 May 16:54
Compare
Choose a tag to compare

Measured Reporting

  • Replaced the default logger in the loging reporter with one that doesn’t need to compile from source to prevent possible issues on Windows.

v1.40.2

02 Feb 17:03
Compare
Choose a tag to compare

Measured Node Metrics

  • Updated express middleware to report statusCode and uri accurately for POST requests.