node-cgroup-metrics
node-cgroup-metrics copied to clipboard
NodeJs module for reading cgroup metrics from inside containers
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
## Description Update the description in README: - According to the installation instructions on [npm](https://www.npmjs.com/package/@adobe/cgroup-metrics), the correct command should be `npm install @adobe/cgroup-metrics` - `cgroup.cpu()` should actually be `cgroup.cpu` -...
### Expected Behaviour In the current README: - According to the installation instructions on [npm](https://www.npmjs.com/package/@adobe/cgroup-metrics), the correct command should be `npm install @adobe/cgroup-metrics` - `cgroup.cpu()` should actually be `cgroup.cpu`, -...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...
## Description Add support for reading metrics from cgroupv2 (the new Ethos default), with automatic fallback to cgroupv1. Similar change was made at https://github.com/adobe/asset-compute-pipeline/pull/98 ## Related Issue Partial fix for...