Skip to content

Releases: prometheus/node_exporter

0.12.0rc1

06 Oct 17:40

Choose a tag to compare

0.12.0rc1 Pre-release
Pre-release
0.12.0rc1

0.11.0 / 2015-07-27

27 Jul 21:33

Choose a tag to compare

  • [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

10 Jun 16:11

Choose a tag to compare

  • [CHANGE] Change logging output format and flags.

0.9.0 / 2015-05-26

26 May 08:46

Choose a tag to compare

  • [BUGFIX] Fix /proc/net/dev parsing.
  • [CLEANUP] Remove the attributes collector, use textfile 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.

Breaking changes: the MegaCLI collector is now fully configured through flags. The attributes collector is removed.

0.8.1 / 05.05.2015

05 May 11:29

Choose a tag to compare

Bump version

0.8.0 / 2015-03-09

20 Apr 16:40

Choose a tag to compare

  • [CLEANUP] Introduced semantic versioning and changelog. From now on,
    changes will be reported in this file.