-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
0
-
False
-
None
-
False
-
NEW
-
NEW
-
-
-
MON Sprint 234
Node Exporter has been upgraded to 1.5.0.
The default value of argument `--runtime.gomaxprocs` is set to 1, different from the old behavior. Node Exporter used to take advantage of multiple processes to accelerate metrics collection.
We are going to add a parameter to set the argument `--runtime.gomaxprocs` and make its default value 0. So that CMO retains the old behavior while allowing users to tune the multiprocess settings of Node Exporter.
The CMO config will have a new section `nodeExporter`, under which there is the parameter `maxProcs`, accepting an integer number as the maximum number of process Node Exporter runs concurrently. Its default value is 0 if omitted.
config.yaml: | nodeExporter: maxProcs: 1
- is related to
-
MON-2814 Customizations for node-exporter collectors (Phase 2)
- Closed
- links to
1.
|
Pre-merge Testing | Closed | Tai Gao | ||
2.
|
Post-merge Testing | Closed | Tai Gao | ||
3.
|
E2E Automation | Closed | Tai Gao | ||
4.
|
CI Integration | Closed | Tai Gao |