Browse Source

Prometheus version 0.6.0.

Change-Id: I50f6b69cca952eedf9a62b9a8f58e0fb633a83ed
changes/52/252/1 0.6.0
Julius Volz 11 years ago
parent
commit
6b325bfbde
  1. 10
      CHANGELOG.md
  2. 2
      VERSION

10
CHANGELOG.md

@ -1,3 +1,13 @@
## 0.6.0 / 2014-06-30
[FEATURE] Added console and alert templates support, along with various template functions.
[PERFORMANCE] Much faster and more memory-efficient flushing to disk.
[ENHANCEMENT] Query results are now only logged when debugging.
[ENHANCEMENT] Upgraded to new Prometheus client library for exposing metrics.
[BUGFIX] Samples are now kept in memory until fully flushed to disk.
[BUGFIX] Non-200 target scrapes are now treated as an error.
[BUGFIX] Added installation step for missing dependency to Dockerfile.
[BUGFIX] Removed broken and unused "User Dashboard" link.
## 0.5.0 / 2014-05-28
* [BUGFIX] Fixed next retrieval time display on status page.

2
VERSION

@ -1 +1 @@
0.5.0
0.6.0

Loading…
Cancel
Save