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
- Host: GitHub
- URL: https://github.com/clever/node-process-metrics
- Owner: Clever
- License: apache-2.0
- Created: 2015-06-16T17:50:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T15:44:43.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T16:53:17.321Z (over 1 year ago)
- Language: TypeScript
- Size: 144 KB
- Stars: 0
- Watchers: 63
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```