aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormknapphrt <39998367+mknapphrt@users.noreply.github.com>2019-06-25 03:37:48 -0400
committerBen Kochie <superq@gmail.com>2019-06-25 09:37:48 +0200
commit3108a50fb63500813cc13767f4e7fb2ae18b8b4a (patch)
tree5039c2d53c3ee749a990ab5ac11b9ecc53ac15cf /CHANGELOG.md
parent76a37a6816fe847ce795ce66f96a08b94aad4b7f (diff)
downloadprometheus_node_collector-3108a50fb63500813cc13767f4e7fb2ae18b8b4a.tar.bz2
prometheus_node_collector-3108a50fb63500813cc13767f4e7fb2ae18b8b4a.tar.xz
prometheus_node_collector-3108a50fb63500813cc13767f4e7fb2ae18b8b4a.zip
Fix systemd restart counter label from state to name (#1393)
Signed-off-by: Mark Knapp <mknapp@hudson-trading.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60c39b2..3264fd3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
3### **Breaking changes** 3### **Breaking changes**
4 4
5* The netdev collector CLI argument `--collector.netdev.ignored-devices` was renamed to `--collector.netdev.device-blacklist` in order to conform with the systemd collector. #1279 5* The netdev collector CLI argument `--collector.netdev.ignored-devices` was renamed to `--collector.netdev.device-blacklist` in order to conform with the systemd collector. #1279
6* The label named `state` on `node_systemd_service_restart_total` metrics was changed to `name` to better describe the metric. #1393
6 7
7 8
8### Changes 9### Changes
@@ -10,6 +11,7 @@
10* [CHANGE] Add `--collector.netdev.device-whitelist`. #1279 11* [CHANGE] Add `--collector.netdev.device-whitelist`. #1279
11* [FEATURE] 12* [FEATURE]
12* [ENHANCEMENT] 13* [ENHANCEMENT]
14* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393
13 15
14## 0.18.1 / 2019-06-04 16## 0.18.1 / 2019-06-04
15 17