1.1.0 • Published 8 years ago

@eyecone/blastmedia-metrics v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Metrics

Module


This module ease the reporting of application metrics.

Common metrics are:

  • CPU usage
  • MEM usage

It currently uses influxdb and node-influx


Methods

.report(table, metrics, tags = {})

Tags will be merged with the static property Metrics.tags which returns hostname, pid, arch, platform.

Common metrics values are available in the static property Metrics.metrics which return process.cpuUsage(), process.memoryUsage()