Skip to content

Commit

Permalink
Prometheus version 0.7.0.
Browse files Browse the repository at this point in the history
Change-Id: I73468f72b43654f4bf57627c2f49fe802b18f637
  • Loading branch information
juliusv authored and Bjoern Rabenstein committed Nov 25, 2014
1 parent c6e9f08 commit 1aee992
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.7.0 / 2014-08-06
[FEATURE] Added new functions: abs(), topk(), bottomk(), drop_common_labels().
[FEATURE] Let console templates get graph links from expressions.
[FEATURE] Allow console templates to dynamically include other templates.
[FEATURE] Template consoles now have access to their URL.
[BUGFIX] Fixed time() function to return evaluation time, not wallclock time.
[BUGFIX] Fixed HTTP connection leak when targets returned a non-200 status.
[BUGFIX] Fixed link to console templates in UI.
[PERFORMANCE] Removed extra memory copies while scraping targets.
[ENHANCEMENT] Switched from Go 1.2.1 to Go 1.3.
[ENHANCEMENT] Made metrics exported by Prometheus itself more consistent.
[ENHANCEMENT] Removed incremental backoffs for unhealthy targets.
[ENHANCEMENT] Dockerfile also builds Prometheus support tools now.

## 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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0

0 comments on commit 1aee992

Please sign in to comment.