Skip to content

Releases: prometheus/pushgateway

0.3.0 / 2016-06-07

07 Jun 23:27
Compare
Choose a tag to compare
  • [CHANGE] Push now rejects improper and reserved labels.
  • [CHANGE] Required labels flag removed.
  • [BUGFIX] Docker image actually works now.
  • [ENHANCEMENT] Converted to Promu build process.
  • [CHANGE] As a consequence of the above, changed dir structure in tar ball.
  • [ENHANCEMENT] Updated dependencies, with all the necessary code changes.
  • [ENHANCEMENT] Dependencies now vendored.
  • [ENHANCEMENT] bindata.go checked in, Pushgateway now go get-able.
  • [ENHANCEMENT] Various documentation improvements.
  • [CLEANUP] Various code cleanups.

0.2.0 / 2015-06-25

25 Jun 11:11
Compare
Choose a tag to compare

[CHANGE] Support arbitrary grouping of metrics.
[CHANGE] Changed behavior of HTTP DELETE method (see README.md for details).

0.1.2 / 2015-06-08

08 Jun 20:04
Compare
Choose a tag to compare
  • [CHANGE] Move pushgateway binary in archive from bin/ to /.
  • [CHANGE] Migrate logging to prometheus/log.

0.1.1 - 05.05.2015

05 May 10:43
Compare
Choose a tag to compare
0.1.1 - 05.05.2015 Pre-release
Pre-release
  • [BUGFIX] Properly display histograms in web status.
  • [BUGFIX] Fix value formatting.
  • [CHANGE] Make flag names consistent across projects.
  • [ENHANCEMENT] Auto-fill instance with IPv6 address.
  • [BUGFIX] Fix Go download link for several archs and OSes.
  • [BUGFIX] Use HTTPS and golang.org for Go download.
  • [BUGFIX] Re-add pprof endpoints.