Module for collecting different process and system metrics providing them as a metric stream.
Most of the tests in this module only works on Linux operating systems. If you are working on a different operating system, you have to run npm run test:non-linux in order for the tests to pass.
Most of the metric collectors in this module originate in the process collectors in prom-client. prom-client is licensed under a Apache License 2.0, which is included in our license.
Due to the above fact, most metrics in this module bear the same name as the process metrics in prom-client. If one uses this module to provide metrics to Prometheus, these metrics will provide the same metrics as by prom-client.