Skip to content

Commit

Permalink
Release v0.16.0-rc.3
Browse files Browse the repository at this point in the history
Chaneges since v0.16.0-rc.2
* Remove gmond collector #852
* Build with Go 1.9[0]
* Fix /proc/net/dev/ interface name handling #910

[0]: #870

Signed-off-by: Ben Kochie <[email protected]>
  • Loading branch information
SuperQ committed Apr 27, 2018
1 parent 361b5bf commit 11b60ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

**Breaking changes**

This release contains more breaking changes:
* Rename label `node` of metric `node_cpu_package_throttles_total` to `package`.
* Add 2nd label `package` to metric `node_cpu_core_throttles_total`.

This comment has been minimized.

Copy link
@knweiss

knweiss Apr 27, 2018

Contributor

@SuperQ Why did you remove these two?

This comment has been minimized.

Copy link
@SuperQ

SuperQ Apr 27, 2018

Author Member

This is now part of the 0.16 changes. We changed so many things from 0.15, I felt it was getting a little too verbose.


* [CHANGE]
* [FEATURE]
* [ENHANCEMENT]
Expand All @@ -24,6 +20,7 @@ In order to help with backwards compatibility, a `metric_relabel_config` is bein

Other breaking changes:
* The megacli collector has been removed, is now replaced by the storcli.py textfile helper.
* The gmond collector has been removed.
* The textfile collector will now treat timestamps as errors.

* [CHANGE] Split out guest cpu metrics on Linux. #744
Expand All @@ -39,6 +36,7 @@ Other breaking changes:
* [CHANGE] Greatly reduce the metrics vmstat returns by default. #874
* [CHANGE] Greatly trim what netstat collector exposes by default #876
* [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
* [CHANGE] Remove depreated gmond collector #852

This comment has been minimized.

Copy link
@knweiss

knweiss Apr 27, 2018

Contributor

@SuperQ deprecated

This comment has been minimized.

Copy link
@SuperQ

SuperQ Apr 27, 2018

Author Member

derp

* [FEATURE] Add `collect[]` parameter #699
* [FEATURE] Add text collector conversion for ipmitool output. #746
* [FEATURE] Add openbsd meminfo #724
Expand All @@ -61,7 +59,7 @@ Other breaking changes:
* [BUGFIX] Fix log level regression in #533 #815
* [BUGFIX] Correct the ClocksPerSec scaling factor on Darwin #846
* [BUGFIX] Count core throttles per core and per package #871
* [BUGFIX] Fix netdev collector for linux #890
* [BUGFIX] Fix netdev collector for linux #890 #910
* [BUGFIX] Fix memory corruption when number of filesystems > 16 on FreeBSD #900
* [BUGFIX] Fix parsing of interface aliases in netdev linux #904

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0-rc.2
0.16.0-rc.3

0 comments on commit 11b60ac

Please sign in to comment.