Skip to content

Releases: yaorg/node-measured

v2.0.0

Choose a tag to compare

@fieldju fieldju released this 10 Jul 00:23
  • Add KOA middleware support
  • [BREAKING] drops support for node 6

v1.51.1

Choose a tag to compare

@fieldju fieldju released this 05 Sep 16:31
  • fix(signalfx): repeat word in log statement

v1.51.0

Choose a tag to compare

@fieldju fieldju released this 28 Aug 23:19
  • feat(signalfx-reporter): add additional debug logging (#71)

v1.50.0

Choose a tag to compare

@fieldju fieldju released this 02 Aug 04:57
  • feat: add metricLimit and lru to DimensionAwareMetricsRegistry (#69)

v1.49.0

Choose a tag to compare

@fieldju fieldju released this 06 Jun 23:23

Measured Reporting

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

v1.48.0

Choose a tag to compare

@csabapalfi csabapalfi released this 26 May 09:31

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

Choose a tag to compare

@csabapalfi csabapalfi released this 24 May 16:48

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

Choose a tag to compare

@fieldju fieldju released this 25 May 07:26
90d252d

Measured SignalFx Reporter

  • The sendEvent wrapper now returns a promise.

v1.41.0

Choose a tag to compare

@fieldju fieldju released this 24 May 16:54

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

Choose a tag to compare

@fieldju fieldju released this 02 Feb 17:03

Measured Node Metrics

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