Skip to content

Releases: yaorg/node-measured

v1.40.1

18 Dec 23:48
Compare
Choose a tag to compare
  • Defer initial report so it is not sent immediately when the first metric gets added

v1.40.0

13 Dec 19:06
Compare
Choose a tag to compare
  • Added unrefTimers option, enabling interval timers to be unref'd, so the event loop can exit when there are no other ref'd handles.

v1.39.1

11 Dec 18:10
Compare
Choose a tag to compare
  • Fixing runaway travis release config

v1.39.0

11 Dec 18:00
Compare
Choose a tag to compare
  • Made libraries compatible with all maintained Node.js release lines.

v1.11.2

11 Dec 18:00
Compare
Choose a tag to compare

Measured Node Metrics

  • Renamed the default middleware dimension of path to uri to match what other libs are doing, so that re-usable dashboards can be implemented with no regard to the underlying library that is supplying the metrics.

v1.11.1

11 Dec 17:41
Compare
Choose a tag to compare

Measured Reporting

  • Fix bug where toLowerCase() could be called on undefined, in the Logging Reporter.

v1.11.0

14 Jun 17:50
Compare
Choose a tag to compare

Measured Core

  • Fix #47 via PR #48 so that the expected and actual metrics type of a SettableGauge align when using the Collection registry in measured-core.

Measured Reported

v1.10.0

08 Jun 16:30
Compare
Choose a tag to compare

Measured SignalFx Reporter

  • Exposed the sendEvent API from the SignalFx client in the SignalFx Metrics Registry and Reporter classes

v1.9.0

07 Jun 16:52
Compare
Choose a tag to compare

Measured Reporting

  • Added LoggingReporter, a simple reporter that logs metrics via the logger implementation. Useful for local development and as a example reporter. Perhaps maybe even useful for applications that do not have a time series data aggregator such as Graphite, Datadog or SignalFx, but do have a log aggregation such as Splunk or Logstash.

v1.8.0

05 Jun 18:32
Compare
Choose a tag to compare

Measured Core and Measured Reporting