Releases: prometheus/node_exporter
Releases · prometheus/node_exporter
0.12.0rc1
0.11.0 / 2015-07-27
- [FEATURE] Add stats from /proc/net/snmp.
- [FEATURE] Add support for FreeBSD.
- [FEATURE] Allow netdev devices to be ignored.
- [MAINTENANCE] New Dockerfile for unified way to dockerize Prometheus exporters.
- [FEATURE] Add device,fstype collection to the filesystem exporter.
- [IMPROVEMENT] Make logging of collector executions less verbose.
0.10.0 / 2015-06-10
- [CHANGE] Change logging output format and flags.
0.9.0 / 2015-05-26
- [BUGFIX] Fix
/proc/net/devparsing. - [CLEANUP] Remove the
attributescollector, usetextfileinstead. - [CLEANUP] Replace last uses of the configuration file with flags.
- [IMPROVEMENT] Remove cgo dependency.
- [IMPROVEMENT] Sort collector names when printing.
- [FEATURE] IPVS stats collector.
Breaking changes: the MegaCLI collector is now fully configured through flags. The attributes collector is removed.
0.8.1 / 05.05.2015
Bump version
0.8.0 / 2015-03-09
- [CLEANUP] Introduced semantic versioning and changelog. From now on,
changes will be reported in this file.