Skip to content

Releases: sethfitz/node-metricsd

v0.2.0

11 Jul 16:09

Choose a tag to compare

  • High-resolution timing (using process.hrtime())
  • Timer.pause() and Timer.resume()
  • Log stream output (as metric=<metric>)
  • Cleaned up socket handling; close() is no longer necessary when using Node
    v0.10.x+
  • Removed batched metrics

v0.1.4

11 Jul 16:10

Choose a tag to compare

  • Added missing metrics.histogram()

v0.1.3

11 Jul 16:10

Choose a tag to compare

  • Stop generating invalid metric values when batched

v0.1.2

11 Jul 16:11

Choose a tag to compare

  • Limit batch sizes to 8kb to avoid UDP send failures

v0.1.1

11 Jul 16:11

Choose a tag to compare

  • Express-compatible middleware (metrics.middleware)
  • Batch flushing of metrics

v0.1.0

11 Jul 16:11

Choose a tag to compare

  • Initial public release