aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-11-25 21:50:00 +0100
committerBen Kochie <superq@gmail.com>2019-11-25 21:50:00 +0100
commit0d9d7e961a9c5784faea6f279d975845a484e927 (patch)
tree6d59646736030c12fe573e2c818ec4cc9160c02b /CHANGELOG.md
parentda6b66371f70822bc75303c79c85b80c46bcfae6 (diff)
downloadprometheus_node_collector-0d9d7e961a9c5784faea6f279d975845a484e927.tar.bz2
prometheus_node_collector-0d9d7e961a9c5784faea6f279d975845a484e927.tar.xz
prometheus_node_collector-0d9d7e961a9c5784faea6f279d975845a484e927.zip
Update CHANGELOG
Add/update entries for recent merged PRs. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfc0c2d..9094c4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,11 +21,13 @@
21* [FEATURE] Add new metric node_cpu_info #1489 21* [FEATURE] Add new metric node_cpu_info #1489
22* [FEATURE] Add new thermal_zone collector #1425 22* [FEATURE] Add new thermal_zone collector #1425
23* [FEATURE] Add new cooling_device metrics to thermal zone collector #1445 23* [FEATURE] Add new cooling_device metrics to thermal zone collector #1445
24* [ENHANCEMENT] Collect InfiniBand port state and physical state #1357
24* [ENHANCEMENT] Include additional XFS runtime statistics. #1423 25* [ENHANCEMENT] Include additional XFS runtime statistics. #1423
25* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439 26* [ENHANCEMENT] Report non-fatal collection errors in the exporter metric. #1439
26* [ENHANCEMENT] Expose IPVS firewall mark as a label #1455 27* [ENHANCEMENT] Expose IPVS firewall mark as a label #1455
27* [ENHANCEMENT] Add check for systemd version before attempting to query certain metrics. #1413 28* [ENHANCEMENT] Add check for systemd version before attempting to query certain metrics. #1413
28* [ENHANCEMENT] The sockstat collector now exposes IPv6 statistics in addition to the existing IPv4 support. 29* [ENHANCEMENT] Add new counters for flush requests in Linux 5.5 #1548
30* [ENHANCEMENT] The sockstat collector now exposes IPv6 statistics in addition to the existing IPv4 support. #1552
29* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393 31* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393
30* [BUGFIX] Fix netdev nil reference on Darwin #1414 32* [BUGFIX] Fix netdev nil reference on Darwin #1414
31* [BUGFIX] Strip path.rootfs from mountpoint labels #1421 33* [BUGFIX] Strip path.rootfs from mountpoint labels #1421