Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 275 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 275 Bytes

node-process-metrics

A library for tracking node.js process metrics

Modules

This repo exposes one method, log_metrics(source string, logging_frequency_ms int) It logs process metrics in the kayvee format.

Testing

The tests can be run with:

$ make test