aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
2 files changed, 4 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c4be3a..8896c1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,6 @@
2 2
3**Breaking changes** 3**Breaking changes**
4 4
5This release contains more breaking changes:
6* Rename label `node` of metric `node_cpu_package_throttles_total` to `package`.
7* Add 2nd label `package` to metric `node_cpu_core_throttles_total`.
8
9* [CHANGE] 5* [CHANGE]
10* [FEATURE] 6* [FEATURE]
11* [ENHANCEMENT] 7* [ENHANCEMENT]
@@ -24,6 +20,7 @@ In order to help with backwards compatibility, a `metric_relabel_config` is bein
24 20
25Other breaking changes: 21Other breaking changes:
26* The megacli collector has been removed, is now replaced by the storcli.py textfile helper. 22* The megacli collector has been removed, is now replaced by the storcli.py textfile helper.
23* The gmond collector has been removed.
27* The textfile collector will now treat timestamps as errors. 24* The textfile collector will now treat timestamps as errors.
28 25
29* [CHANGE] Split out guest cpu metrics on Linux. #744 26* [CHANGE] Split out guest cpu metrics on Linux. #744
@@ -39,6 +36,7 @@ Other breaking changes:
39* [CHANGE] Greatly reduce the metrics vmstat returns by default. #874 36* [CHANGE] Greatly reduce the metrics vmstat returns by default. #874
40* [CHANGE] Greatly trim what netstat collector exposes by default #876 37* [CHANGE] Greatly trim what netstat collector exposes by default #876
41* [CHANGE] Drop `exec_` prefix and move `node_boot_time_seconds` from `exec` to new `boottime` collector and enable for Darwin/Dragonfly/FreeBSD/NetBSD/OpenBSD. #839, #901 38* [CHANGE] Drop `exec_` prefix and move `node_boot_time_seconds` from `exec` to new `boottime` collector and enable for Darwin/Dragonfly/FreeBSD/NetBSD/OpenBSD. #839, #901
39* [CHANGE] Remove depreated gmond collector #852
42* [FEATURE] Add `collect[]` parameter #699 40* [FEATURE] Add `collect[]` parameter #699
43* [FEATURE] Add text collector conversion for ipmitool output. #746 41* [FEATURE] Add text collector conversion for ipmitool output. #746
44* [FEATURE] Add openbsd meminfo #724 42* [FEATURE] Add openbsd meminfo #724
@@ -61,7 +59,7 @@ Other breaking changes:
61* [BUGFIX] Fix log level regression in #533 #815 59* [BUGFIX] Fix log level regression in #533 #815
62* [BUGFIX] Correct the ClocksPerSec scaling factor on Darwin #846 60* [BUGFIX] Correct the ClocksPerSec scaling factor on Darwin #846
63* [BUGFIX] Count core throttles per core and per package #871 61* [BUGFIX] Count core throttles per core and per package #871
64* [BUGFIX] Fix netdev collector for linux #890 62* [BUGFIX] Fix netdev collector for linux #890 #910
65* [BUGFIX] Fix memory corruption when number of filesystems > 16 on FreeBSD #900 63* [BUGFIX] Fix memory corruption when number of filesystems > 16 on FreeBSD #900
66* [BUGFIX] Fix parsing of interface aliases in netdev linux #904 64* [BUGFIX] Fix parsing of interface aliases in netdev linux #904
67 65
diff --git a/VERSION b/VERSION
index 0c989f3..d420a6a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
0.16.0-rc.2 0.16.0-rc.3