aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohn Belmonte <john@neggie.net>2019-10-11 01:59:06 +0900
committerJohn Belmonte <john@neggie.net>2019-10-11 02:12:20 +0900
commit15e36e223059396d98b272d790d3e3300f62e097 (patch)
tree0fdf962e0ed8431127705f71b205713e16f6f7c3 /CHANGELOG.md
parent7a30219ca4dab81d666bbe90a7877a30191ec93e (diff)
downloadprometheus_node_collector-15e36e223059396d98b272d790d3e3300f62e097.tar.bz2
prometheus_node_collector-15e36e223059396d98b272d790d3e3300f62e097.tar.xz
prometheus_node_collector-15e36e223059396d98b272d790d3e3300f62e097.zip
fix typo in cpufreq metric names (#1510)
Signed-off-by: John Belmonte <john@neggie.net>
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 ccd5dab..8eaf773 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
9 - `node_md_disks` now has a `state` label for "fail", "spare", "active" disks. 9 - `node_md_disks` now has a `state` label for "fail", "spare", "active" disks.
10 - `node_md_is_active` is replaced by `node_md_state` with a state set of "active", "inactive", "recovering", "resync". 10 - `node_md_is_active` is replaced by `node_md_state` with a state set of "active", "inactive", "recovering", "resync".
11* Additional label `mountaddr` added to NFS device metrics to distinguish mounts from the same URL, but different IP addresses. #1417 11* Additional label `mountaddr` added to NFS device metrics to distinguish mounts from the same URL, but different IP addresses. #1417
12* Metrics node_cpu_scaling_frequency_min_hrts and node_cpu_scaling_frequency_max_hrts of the cpufreq collector were renamed to node_cpu_scaling_frequency_min_hertz and node_cpu_scaling_frequency_max_hertz. #1510
12 13
13### Changes 14### Changes
14 15
@@ -28,6 +29,7 @@
28* [BUGFIX] Fix netdev nil reference on Darwin #1414 29* [BUGFIX] Fix netdev nil reference on Darwin #1414
29* [BUGFIX] Strip path.rootfs from mountpoint labels #1421 30* [BUGFIX] Strip path.rootfs from mountpoint labels #1421
30* [BUGFIX] Fix empty string in path.rootfs #1464 31* [BUGFIX] Fix empty string in path.rootfs #1464
32* [BUGFIX] Fix typo in cpufreq metric names #1510
31 33
32## 0.18.1 / 2019-06-04 34## 0.18.1 / 2019-06-04
33 35