aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-06-02 11:51:07 +0200
committerJohannes 'fish' Ziemke <github@freigeist.org>2019-06-02 10:51:07 +0100
commitfdf984628299f7b17a93a3f7ccc8a063cf4542fc (patch)
treea7b0ef560e3bb2bb65d0f73616a1d6c3d61e7aeb /CHANGELOG.md
parent8146998945437493c40a9065dfcf0980d7cba85d (diff)
downloadprometheus_node_collector-fdf984628299f7b17a93a3f7ccc8a063cf4542fc.tar.bz2
prometheus_node_collector-fdf984628299f7b17a93a3f7ccc8a063cf4542fc.tar.xz
prometheus_node_collector-fdf984628299f7b17a93a3f7ccc8a063cf4542fc.zip
Fixup 0.17.0 changelog (#1354)
* Fix ordering of CHANGE items by PR number. * Add missing CHANGE for #1003 Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eca02bd..5b6aa48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,9 +63,10 @@ Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060
63 63
64### Changes 64### Changes
65 65
66* [CHANGE] Use /proc/mounts instead of statfs(2) for ro state #1002
67* [CHANGE] Exclude only subdirectories of /var/lib/docker #1003
66* [CHANGE] Filter out non-installed units when collecting all systemd units #1011 68* [CHANGE] Filter out non-installed units when collecting all systemd units #1011
67* [CHANGE] `service_restart_total` and `socket_refused_connections_total` will not be reported if you're running an older version of systemd 69* [CHANGE] `service_restart_total` and `socket_refused_connections_total` will not be reported if you're running an older version of systemd
68* [CHANGE] Use /proc/mounts instead of statfs(2) for ro state #1002
69* [CHANGE] collector/timex: remove cgo dependency #1079 70* [CHANGE] collector/timex: remove cgo dependency #1079
70* [CHANGE] filesystem: Ignore Docker netns mounts #1047 71* [CHANGE] filesystem: Ignore Docker netns mounts #1047
71* [CHANGE] Ignore additional virtual filesystems #1104 72* [CHANGE] Ignore additional virtual filesystems #1104