aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-10-19 17:29:19 +0200
committerGitHub <noreply@github.com>2018-10-19 17:29:19 +0200
commit0da9d248e785dfc5a1bef00277f0f30d36a4de28 (patch)
tree14ba96cf67bf8c1f1cb81ea05dce77d532ffdee7
parenta0a164defb80cfb1f66cd86ec18e377fe68b8bb5 (diff)
downloadprometheus_node_collector-0da9d248e785dfc5a1bef00277f0f30d36a4de28.tar.bz2
prometheus_node_collector-0da9d248e785dfc5a1bef00277f0f30d36a4de28.tar.xz
prometheus_node_collector-0da9d248e785dfc5a1bef00277f0f30d36a4de28.zip
Update for 0.17.0-rc.0 release (#1118)
* Update VERSION. * Update CHANGELOG. Signed-off-by: Ben Kochie <superq@gmail.com>
-rw-r--r--CHANGELOG.md45
-rw-r--r--VERSION2
2 files changed, 38 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c99743..129670c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,20 @@
2 2
3### **Breaking changes** 3### **Breaking changes**
4 4
5supvervisord collector reports "start_time_seconds" rather than "uptime" 5### Changes
6
7* [BUGFIX]
8* [CHANGE]
9* [ENHANCEMENT]
10* [FEATURE]
11
12## 0.17.0-rc.0 / 2018-10-19
13
14Build note: Linux builds can now be built without CGO.
15
16### **Breaking changes**
17
18supvervisord collector reports "start_time_seconds" rather than "uptime" #952
6 19
7The wifi collector is disabled by default due to suspected caching issues and goroutine leaks. 20The wifi collector is disabled by default due to suspected caching issues and goroutine leaks.
8* https://github.com/prometheus/node_exporter/issues/870 21* https://github.com/prometheus/node_exporter/issues/870
@@ -11,20 +24,36 @@ The wifi collector is disabled by default due to suspected caching issues and go
11Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060 24Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060
12 25
13### Changes 26### Changes
27
14* [CHANGE] Filter out non-installed units when collecting all systemd units #1011 28* [CHANGE] Filter out non-installed units when collecting all systemd units #1011
15* [CHANGE] `service_restart_total` and `socket_refused_connections_total` will not be reported if you're running an older version of systemd 29* [CHANGE] `service_restart_total` and `socket_refused_connections_total` will not be reported if you're running an older version of systemd
16* [FEATURE] Collect NRefused property for systemd socket units (available as of systemd v239) 30* [CHANGE] Use /proc/mounts instead of statfs(2) for ro state #1002
17* [FEATURE] Collect NRestarts property for systemd service units 31* [CHANGE] collector/timex: remove cgo dependency #1079
32* [CHANGE] filesystem: Ignore Docker netns mounts #1047
33* [CHANGE] Ignore additional virtual filesystems #1104
34* [FEATURE] Add netclass collector #851
35* [FEATURE] Add processes collector #950
36* [FEATURE] Collect start time for systemd units #952
18* [FEATURE] Add socket unit stats to systemd collector #968 37* [FEATURE] Add socket unit stats to systemd collector #968
19* [FEATURE] Collect start time for systemd units 38* [FEATURE] Collect NRestarts property for systemd service units #992
20* [ENHANCEMENT] 39* [FEATURE] Collect NRefused property for systemd socket units (available as of systemd v239) #995
21 40* [FEATURE] Allow removal of rootfs prefix for run in docker #1058
22* [BUGFIX] Fix goroutine leak in supervisord collector 41* [ENHANCEMENT] Support for octal characters in mountpoints #954
42* [ENHANCEMENT] Update wifi stats to support multiple stations #980
43* [ENHANCEMENT] Handle stuck NFS mounts #997
44* [ENHANCEMENT] infiniband: Handle iWARP RDMA modules N/A #974
45* [ENHANCEMENT] Update diskstats for linux kernel 4.19 #1109
46
47* [BUGFIX] Fix FreeBSD CPU temp #965
48* [BUGFIX] Fix goroutine leak in supervisord collector #978
49* [BUGFIX] Fix mdadm collector issues #985
50* [BUGFIX] Fix ntp collector thread safety #1014
23* [BUGFIX] Systemd units will not be ignored if you're running older versions of systemd #1039 51* [BUGFIX] Systemd units will not be ignored if you're running older versions of systemd #1039
24* [BUGFIX] Handle vanishing PIDs #1043 52* [BUGFIX] Handle vanishing PIDs #1043
25* [BUGFIX] Correctly cast Darwin memory info #1060 53* [BUGFIX] Correctly cast Darwin memory info #1060
26* [BUGFIX] Filter systemd units in Go for compatibility with older versions #1083 54* [BUGFIX] Filter systemd units in Go for compatibility with older versions #1083
27* [BUGFIX] Update cpu collector for OpenBSD 6.4 55* [BUGFIX] Update cpu collector for OpenBSD 6.4 #1094
56* [BUGFIX] Fix typo on HELP of `read_time_seconds_total` #1057
28 57
29## 0.16.0 / 2018-05-15 58## 0.16.0 / 2018-05-15
30 59
diff --git a/VERSION b/VERSION
index 04a373e..9fcda2f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
0.16.0 0.17.0-rc.0