Prometheus v0.7.0 Release Notes

Release Date: 2014-08-06 // over 9 years ago
    • [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.