Add model_name and stepping to node_cpu_info metric
The `node_cpu_info` metric contains some information like the `model` (which is an integer), but not the human readable model name. Also the stepping of the processor might be interesting, since different stepping of a processor might behave differently. Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
47610d0d2b
commit
34d50e15d5
4 changed files with 20 additions and 18 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
* [CHANGE]
|
||||
* [FEATURE]
|
||||
* [ENHANCEMENT]
|
||||
* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617
|
||||
* [BUGFIX]
|
||||
|
||||
## 1.0.0-rc.0 / 2020-02-20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue