aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Drung <benjamin.drung@cloud.ionos.com>2020-02-20 17:36:02 +0100
committerJohannes 'fish' Ziemke <github@freigeist.org>2020-03-20 17:27:11 +0100
commit34d50e15d56a5bc455687b6c535962f12505c7e1 (patch)
tree4d5a3c4cde261539090bcdefdae91edced7d0a53 /CHANGELOG.md
parent47610d0d2b0e8bccc0595e413f232c24bdd56260 (diff)
downloadprometheus_node_collector-34d50e15d56a5bc455687b6c535962f12505c7e1.tar.bz2
prometheus_node_collector-34d50e15d56a5bc455687b6c535962f12505c7e1.tar.xz
prometheus_node_collector-34d50e15d56a5bc455687b6c535962f12505c7e1.zip
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>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb38cc1..7d7c2d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
2 2
3* [CHANGE] 3* [CHANGE]
4* [FEATURE] 4* [FEATURE]
5* [ENHANCEMENT] 5* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617
6* [BUGFIX] 6* [BUGFIX]
7 7
8## 1.0.0-rc.0 / 2020-02-20 8## 1.0.0-rc.0 / 2020-02-20