aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2019-09-11 16:06:36 -0500
committerPaul Gier <pgier@redhat.com>2019-09-25 14:38:57 -0500
commit4d72cb80593ef829d9aa4d918aa957a8828eb740 (patch)
tree9d129786659b7e9e3f7ce7a756f1714ed1680865 /CHANGELOG.md
parent27b8c93a5afc21632239890c4558c7300cca17d2 (diff)
downloadprometheus_node_collector-4d72cb80593ef829d9aa4d918aa957a8828eb740.tar.bz2
prometheus_node_collector-4d72cb80593ef829d9aa4d918aa957a8828eb740.tar.xz
prometheus_node_collector-4d72cb80593ef829d9aa4d918aa957a8828eb740.zip
add node_cpu_info metric
Contains information gathered from /proc/cpuinfo Signed-off-by: Paul Gier <pgier@redhat.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b60da3c..3299dbf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
17* [CHANGE] Add `mountaddr` label to NFS metrics. #1417 17* [CHANGE] Add `mountaddr` label to NFS metrics. #1417
18* [FEATURE] Add new schedstat collector #1389 18* [FEATURE] Add new schedstat collector #1389
19* [FEATURE] Add uname support for Darwin and OpenBSD #1433 19* [FEATURE] Add uname support for Darwin and OpenBSD #1433
20* [FEATURE] Add new metric node_cpu_info #1489
20* [ENHANCEMENT] Include additional XFS runtime statistics. #1423 21* [ENHANCEMENT] Include additional XFS runtime statistics. #1423
21* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439 22* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439
22* [ENHANCEMENT] Expose IPVS firewall mark as a label #1455 23* [ENHANCEMENT] Expose IPVS firewall mark as a label #1455