Node Measured Versions Save

A Node metrics library for measuring and reporting application-level metrics, inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries

v2.0.0

3 years ago
  • Add KOA middleware support
  • [BREAKING] drops support for node 6

v1.51.1

4 years ago
  • fix(signalfx): repeat word in log statement

v1.51.0

4 years ago
  • feat(signalfx-reporter): add additional debug logging (#71)

v1.50.0

4 years ago
  • feat: add metricLimit and lru to DimensionAwareMetricsRegistry (#69)

v1.49.0

4 years ago

Measured Reporting

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

v1.48.0

4 years ago

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.42.0

4 years ago

Measured SignalFx Reporter

  • The sendEvent wrapper now returns a promise.

v1.41.0

4 years ago

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.43.0

4 years ago

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.40.2

5 years ago

Measured Node Metrics

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