mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
433e2c584f
This release adds the IPVS collector and removes the deprecated attributes collector.
677 B
677 B
0.9.0 / unreleased
- [BUGFIX] Fix
/proc/net/dev
parsing. - [CLEANUP] Remove the
attributes
collector, usetextfile
instead. - [CLEANUP] Replace last uses of the configuration file with flags.
- [IMPROVEMENT] Remove cgo dependency.
- [IMPROVEMENT] Sort collector names when printing.
- [FEATURE] IPVS stats collector.
0.8.1 / 2015-05-17
- [MAINTENANCE] Use the common Prometheus build infrastructure.
- [MAINTENANCE] Update former Google Code imports.
- [IMPROVEMENT] Log the version at startup.
- [FEATURE] TCP stats collector
0.8.0 / 2015-03-09
- [CLEANUP] Introduced semantic versioning and changelog. From now on, changes will be reported in this file.