|
| 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 | + |
1 | 45 | ## 0.11.0 / 2015-07-27
|
2 | 46 |
|
3 | 47 | * [FEATURE] Add stats from /proc/net/snmp.
|
|
0 commit comments