aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2020-06-30 04:20:29 +0200
committerGitHub <noreply@github.com>2020-06-30 04:20:29 +0200
commit4ef4548ad5bd4bc11c7e6b2da569cf1aa05be907 (patch)
treeba2c7d11bbc44a9c6218fb895c267016c07f26f8
parent7ad86f7994d6f1f290a28fcc2e16e54193e5ab9e (diff)
parent1f46669916b43f3734fa2a4024915db15a53bc6e (diff)
downloadprometheus_node_collector-4ef4548ad5bd4bc11c7e6b2da569cf1aa05be907.tar.bz2
prometheus_node_collector-4ef4548ad5bd4bc11c7e6b2da569cf1aa05be907.tar.xz
prometheus_node_collector-4ef4548ad5bd4bc11c7e6b2da569cf1aa05be907.zip
Merge pull request #1770 from prometheus/superq/fix_md_changelog
Fix up node_md_disks changelog entry
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d45de4..8f7865a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,7 +21,7 @@
21* The label named `state` on `node_systemd_service_restart_total` metrics was changed to `name` to better describe the metric. #1393 21* The label named `state` on `node_systemd_service_restart_total` metrics was changed to `name` to better describe the metric. #1393
22* Refactoring of the mdadm collector changes several metrics 22* Refactoring of the mdadm collector changes several metrics
23 - `node_md_disks_active` is removed 23 - `node_md_disks_active` is removed
24 - `node_md_disks` now has a `state` label for "fail", "spare", "active" disks. 24 - `node_md_disks` now has a `state` label for "failed", "spare", "active" disks.
25 - `node_md_is_active` is replaced by `node_md_state` with a state set of "active", "inactive", "recovering", "resync". 25 - `node_md_is_active` is replaced by `node_md_state` with a state set of "active", "inactive", "recovering", "resync".
26* Additional label `mountaddr` added to NFS device metrics to distinguish mounts from the same URL, but different IP addresses. #1417 26* Additional label `mountaddr` added to NFS device metrics to distinguish mounts from the same URL, but different IP addresses. #1417
27* 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 27* 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