aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJohannes 'fish' Ziemke <github@freigeist.org>2019-02-06 20:02:48 +0100
committerBen Kochie <superq@gmail.com>2019-02-06 20:02:48 +0100
commit6ea0aa73e4ab40259d843b41adeea43b1a78379b (patch)
treeb5708be09a6a1843826a3240df03cdebcbe791dc /CHANGELOG.md
parent3867ad5ab00846010238bc10ab6aec04169fd7f5 (diff)
downloadprometheus_node_collector-6ea0aa73e4ab40259d843b41adeea43b1a78379b.tar.bz2
prometheus_node_collector-6ea0aa73e4ab40259d843b41adeea43b1a78379b.tar.xz
prometheus_node_collector-6ea0aa73e4ab40259d843b41adeea43b1a78379b.zip
Rename interface to device in netclass collector (#1224)
* Rename interface to device in netclass collector This makes it consistent with other networking metrics like node_network_receive_bytes_total This closes #1223 Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3c464d..7d95bc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,14 @@
2 2
3### **Breaking changes** 3### **Breaking changes**
4 4
5The cpufreq metrics now separate the `cpufreq` and `scaling` data based on what the driver provides. #1248 5* Renamed `interface` label to `device` in netclass collector for consistency with
6 other network metrics #1224
7* The cpufreq metrics now separate the `cpufreq` and `scaling` data based on what the driver provides. #1248
6 8
7### Changes 9### Changes
8 10
9* [BUGFIX] 11* [BUGFIX]
12* [CHANGE] Renamed `interface` label to `device` in netclass collector #1224
10* [BUGFIX] Add fallback for missing /proc/1/mounts #1172 13* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
11* [CHANGE] Add TCPSynRetrans to netstat default filter #1143 14* [CHANGE] Add TCPSynRetrans to netstat default filter #1143
12* [CHANGE] Add a limit to the number of in-flight requests #1166 15* [CHANGE] Add a limit to the number of in-flight requests #1166