mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Prometheus version 0.6.0.
Change-Id: I50f6b69cca952eedf9a62b9a8f58e0fb633a83ed
This commit is contained in:
parent
6579dc3e40
commit
6b325bfbde
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
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
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.5.0
|
||||
0.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue