Skip to content

Commit df8dcd2

Browse files
committed
Merge pull request #237 from prometheus/grobie/0.12.0
Release 0.12.0
2 parents 83a9614 + 3ac6f86 commit df8dcd2

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## 0.12.0 / 2016-05-05
2+
3+
* [CHANGE] Remove lastlogin collector.
4+
* [CHANGE] Remove -debug.memprofile-file flag.
5+
* [CHANGE] Sync BSD filesystem collector labels with Linux.
6+
* [CHANGE] Remove HTTP Basic Auth support.
7+
* [FEATURE] Add -version flag.
8+
* [FEATURE] Add Linux logind collector.
9+
* [FEATURE] Add Linux ksmd collector.
10+
* [FEATURE] Add Linux memory NUMA collector.
11+
* [FEATURE] Add Linux entropy collector.
12+
* [FEATURE] Add Linux vmstat collector.
13+
* [FEATURE] Add Linux conntrack collector.
14+
* [FEATURE] Add systemd collector.
15+
* [FEATURE] Add OpenBSD support for filesystem, interrupt and netdev collectors.
16+
* [FEATURE] Add supervisord collector.
17+
* [FEATURE] Add Linux /proc/mdstat collector.
18+
* [FEATURE] Add Linux uname collector.
19+
* [FEATURE] Add Linux /proc/sys/fs/file-nr collector.
20+
* [FEATURE] Add Linux /proc/net/sockstat collector.
21+
* [IMPROVEMENT] Provide statically linked Linux binaries.
22+
* [IMPROVEMENT] Remove root requirement for FreeBSD CPU metrics.
23+
* [IMPROVEMENT] Add node_exporter build info metric.
24+
* [IMPROVEMENT] Add disk bytes read/written metrics on Linux.
25+
* [IMPROVEMENT] Add filesystem read-only metric.
26+
* [IMPROVEMENT] Use common Prometheus log formatting.
27+
* [IMPROVEMENT] Add option to specify NTP protocol version.
28+
* [IMPROVEMENT] Handle statfs errors gracefully for individual filesystems.
29+
* [IMPROVEMENT] Add load5 and load15 metrics to loadavg collector.
30+
* [IMPROVEMENT] Add end-to-end tests.
31+
* [IMPROVEMENT] Export FreeBSD CPU metrics to seconds.
32+
* [IMPROVEMENT] Add flag to configure sysfs mountpoint.
33+
* [IMPROVEMENT] Add flag to configure procfs mountpoint.
34+
* [IMPROVEMENT] Add metric for last service state change to runit collector.
35+
* [BUGFIX] Fix FreeBSD netdev metrics on 64 bit systems.
36+
* [BUGFIX] Fix mdstat for devices in delayed resync state.
37+
* [BUGFIX] Fix Linux stat metrics on parallel scrapes.
38+
* [BUGFIX] Remove unavailable collectors from defaults.
39+
* [BUGFIX] Fix build errors on FreeBSD, OpenBSD, Darwin and Windows.
40+
* [BUGFIX] Fix build errors on 386, arm, arm64, ppc64 and ppc64le architectures.
41+
* [BUGFIX] Fix export of stale metrics for removed filesystem and network devices.
42+
* [BUGFIX] textfile: Fix mtime reporting.
43+
* [BUGFIX] megacli: prevent crash when drive temperature is N/A
44+
145
## 0.11.0 / 2015-07-27
246

347
* [FEATURE] Add stats from /proc/net/snmp.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0rc3
1+
0.12.0

0 commit comments

Comments
 (0)