An open API service indexing awesome lists of open source software.

https://github.com/clever/node-process-metrics

A library for tracking node.js process metrics
https://github.com/clever/node-process-metrics

Last synced: 9 months ago
JSON representation

A library for tracking node.js process metrics

Awesome Lists containing this project

README

          

# 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:
```bash
$ make test
```