aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 19 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62515a2..281f088 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
2 2
3### **Breaking changes** 3### **Breaking changes**
4 4
5### Changes
6
7* [CHANGE]
8* [FEATURE]
9* [ENHANCEMENT]
10* [BUGFIX]
11
12## 0.18.0 / 2019-05-09
13
14### **Breaking changes**
15
5* Renamed `interface` label to `device` in netclass collector for consistency with 16* Renamed `interface` label to `device` in netclass collector for consistency with
6 other network metrics #1224 17 other network metrics #1224
7* The cpufreq metrics now separate the `cpufreq` and `scaling` data based on what the driver provides. #1248 18* The cpufreq metrics now separate the `cpufreq` and `scaling` data based on what the driver provides. #1248
@@ -13,26 +24,25 @@
13 24
14### Changes 25### Changes
15 26
16* [BUGFIX] 27* [CHANGE] Bonding state uses mii_status #1124
17* [BUGFIX] Fix node_textfile_mtime_seconds to work properly on symlinks #1326
18* [CHANGE] Renamed `interface` label to `device` in netclass collector #1224
19* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
20* [CHANGE] Add TCPSynRetrans to netstat default filter #1143
21* [CHANGE] Add a limit to the number of in-flight requests #1166 28* [CHANGE] Add a limit to the number of in-flight requests #1166
29* [CHANGE] Renamed `interface` label to `device` in netclass collector #1224
22* [CHANGE] Add separate cpufreq and scaling metrics #1248 30* [CHANGE] Add separate cpufreq and scaling metrics #1248
23* [CHANGE] Several systemd metrics have been turned off by default to improve performance #1254 31* [CHANGE] Several systemd metrics have been turned off by default to improve performance #1254
24* [CHANGE] Expand systemd collector blacklist #1255 32* [CHANGE] Expand systemd collector blacklist #1255
25* [CHANGE] Split cpufreq metrics into a separate collector #1253 33* [CHANGE] Split cpufreq metrics into a separate collector #1253
26* [ENHANCEMENT] Add Infiniband counters #1120
27* [ENHANCEMENT] Move network_up labels into new metric network_info #1236
28* [ENHANCEMENT] Use 64-bit counters for Darwin netstat
29* [FEATURE] Add a flag to disable exporter metrics #1148 34* [FEATURE] Add a flag to disable exporter metrics #1148
30* [FEATURE] Add kstat-based Solaris metrics for boottime, cpu and zfs collectors #1197 35* [FEATURE] Add kstat-based Solaris metrics for boottime, cpu and zfs collectors #1197
31* [FEATURE] Add uname collector for FreeBSD #1239 36* [FEATURE] Add uname collector for FreeBSD #1239
32* [FEATURE] Add diskstats collector for OpenBSD #1250 37* [FEATURE] Add diskstats collector for OpenBSD #1250
33* [CHANGE] Bonding state uses mii_status #1124
34* [FEATURE] Add pressure collector exposing pressure stall information for Linux #1174 38* [FEATURE] Add pressure collector exposing pressure stall information for Linux #1174
35* [FEATURE] Add perf exporter for Linux #1274 39* [FEATURE] Add perf exporter for Linux #1274
40* [ENHANCEMENT] Add Infiniband counters #1120
41* [ENHANCEMENT] Add TCPSynRetrans to netstat default filter #1143
42* [ENHANCEMENT] Move network_up labels into new metric network_info #1236
43* [ENHANCEMENT] Use 64-bit counters for Darwin netstat
44* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
45* [BUGFIX] Fix node_textfile_mtime_seconds to work properly on symlinks #1326
36 46
37## 0.17.0 / 2018-11-30 47## 0.17.0 / 2018-11-30
38 48