aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-05-14 14:00:00 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2020-05-14 16:41:37 +0200
commit3cedd344fd4ea8c1e6e1fb0854e824d5d8b2f24a (patch)
tree6bdf9da6d772cf02a2298803907b7db03bf33b3e
parent6807e5319bcc8698e0acbe0a04b7f139e5bac8ee (diff)
downloadprometheus_node_collector-3cedd344fd4ea8c1e6e1fb0854e824d5d8b2f24a.tar.bz2
prometheus_node_collector-3cedd344fd4ea8c1e6e1fb0854e824d5d8b2f24a.tar.xz
prometheus_node_collector-3cedd344fd4ea8c1e6e1fb0854e824d5d8b2f24a.zip
Release 1.0.0-rc.1v1.0.0-rc.1
* Update CHANGELOG with fixes and improvements from rc.0 Signed-off-by: Ben Kochie <superq@gmail.com> Signed-off-by: Richard Hartmann <richih@richih.org>
-rw-r--r--CHANGELOG.md20
-rw-r--r--VERSION2
2 files changed, 14 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e8a795..a5d884f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,12 +2,10 @@
2 2
3* [CHANGE] 3* [CHANGE]
4* [FEATURE] 4* [FEATURE]
5* [FEATURE] Add basic authentication #1673 5* [ENHANCEMENT]
6* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617 6* [BUGFIX]
7* [ENHANCEMENT] Add metrics for IO errors and retires on Darwin. #1636
8* [BUGFIX] collector/systemd: use regexp to extract systemd version #1647
9 7
10## 1.0.0-rc.0 / 2020-02-20 8## 1.0.0-rc.1 / 2020-05-14
11 9
12### **Breaking changes** 10### **Breaking changes**
13 11
@@ -23,14 +21,13 @@
23 21
24### Changes 22### Changes
25 23
26* [ENHANCEMENT] Add `--collector.perf.cpus` to allow setting the CPU list for perf stats.
27* [CHANGE] Add `--collector.netdev.device-whitelist`. #1279 24* [CHANGE] Add `--collector.netdev.device-whitelist`. #1279
28* [CHANGE] Ignore iso9600 filesystem on Linux #1355 25* [CHANGE] Ignore iso9600 filesystem on Linux #1355
29* [CHANGE] Refactor mdadm collector #1403 26* [CHANGE] Refactor mdadm collector #1403
30* [CHANGE] Add `mountaddr` label to NFS metrics. #1417 27* [CHANGE] Add `mountaddr` label to NFS metrics. #1417
31* [CHANGE] Don't count empty collectors as success. #1613 28* [CHANGE] Don't count empty collectors as success. #1613
32* [FEATURE] New flag to disable default collectors #1276 29* [FEATURE] New flag to disable default collectors #1276
33* [FEATURE] Add experimental TLS support #1277 30* [FEATURE] Add experimental TLS support #1277, #1687, #1695
34* [FEATURE] Add collector for Power Supply Class #1280 31* [FEATURE] Add collector for Power Supply Class #1280
35* [FEATURE] Add new schedstat collector #1389 32* [FEATURE] Add new schedstat collector #1389
36* [FEATURE] Add FreeBSD zfs support #1394 33* [FEATURE] Add FreeBSD zfs support #1394
@@ -43,6 +40,7 @@
43* [FEATURE] Add RAPL collector #1523 40* [FEATURE] Add RAPL collector #1523
44* [FEATURE] Add new softnet collector #1576 41* [FEATURE] Add new softnet collector #1576
45* [FEATURE] Add new udp_queues collector #1503 42* [FEATURE] Add new udp_queues collector #1503
43* [FEATURE] Add basic authentication #1673
46* [ENHANCEMENT] Log pid when there is a problem reading the process stats #1341 44* [ENHANCEMENT] Log pid when there is a problem reading the process stats #1341
47* [ENHANCEMENT] Collect InfiniBand port state and physical state #1357 45* [ENHANCEMENT] Collect InfiniBand port state and physical state #1357
48* [ENHANCEMENT] Include additional XFS runtime statistics. #1423 46* [ENHANCEMENT] Include additional XFS runtime statistics. #1423
@@ -56,6 +54,11 @@
56* [ENHANCEMENT] Add infiniband info metric #1563 54* [ENHANCEMENT] Add infiniband info metric #1563
57* [ENHANCEMENT] Add unix socket support for supervisord collector #1592 55* [ENHANCEMENT] Add unix socket support for supervisord collector #1592
58* [ENHANCEMENT] Implement loadavg on all BSDs without cgo #1584 56* [ENHANCEMENT] Implement loadavg on all BSDs without cgo #1584
57* [ENHANCEMENT] Add model_name and stepping to node_cpu_info metric #1617
58* [ENHANCEMENT] Add `--collector.perf.cpus` to allow setting the CPU list for perf stats. #1561
59* [ENHANCEMENT] Add metrics for IO errors and retires on Darwin. #1636
60* [ENHANCEMENT] Add perf tracepoint collection flag #1664
61* [ENHANCEMENT] ZFS: read contents of objset file #1632
59* [BUGFIX] Read /proc/net files with a single read syscall #1380 62* [BUGFIX] Read /proc/net files with a single read syscall #1380
60* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393 63* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393
61* [BUGFIX] Fix netdev nil reference on Darwin #1414 64* [BUGFIX] Fix netdev nil reference on Darwin #1414
@@ -67,6 +70,9 @@
67* [BUGFIX] Fix OpenBSD cache memory information #1542 70* [BUGFIX] Fix OpenBSD cache memory information #1542
68* [BUGFIX] Refactor textfile collector to avoid looping defer #1549 71* [BUGFIX] Refactor textfile collector to avoid looping defer #1549
69* [BUGFIX] Fix network speed math #1580 72* [BUGFIX] Fix network speed math #1580
73* [BUGFIX] collector/systemd: use regexp to extract systemd version #1647
74* [BUGFIX] Fix initialization in perf collector when using multiple CPUs #1665
75* [BUGFIX] Fix accidentally empty lines in meminfo_linux #1671
70 76
71## 0.18.1 / 2019-06-04 77## 0.18.1 / 2019-06-04
72 78
diff --git a/VERSION b/VERSION
index 49cd325..9c21819 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
1.0.0-rc.0 1.0.0-rc.1