Prometheus v0.18.0 Release Notes

Release Date: 2016-04-18 // about 8 years ago
    • ๐Ÿ›  [BUGFIX] Fix operator precedence in PromQL
    • ๐Ÿ›  [BUGFIX] Never drop still open head chunk
    • ๐Ÿ›  [BUGFIX] Fix missing 'keep_common' when printing AST node
    • ๐Ÿ›  [CHANGE/BUGFIX] Target identity considers path and parameters additionally to host and port
    • [CHANGE] Rename metric prometheus_local_storage_invalid_preload_requests_total to prometheus_local_storage_non_existent_series_matches_total
    • ๐Ÿ‘ [CHANGE] Support for old alerting rule syntax dropped
    • ๐Ÿ‘ท [FEATURE] Deduplicate targets within the same scrape job
    • 0๏ธโƒฃ [FEATURE] Add varbit chunk encoding (higher compression, more CPU usage โ€“ disabled by default)
    • [FEATURE] Add holt_winters query function
    • [FEATURE] Add relative complement unless operator to PromQL
    • [ENHANCEMENT] Quarantine series file if data corruption is encountered (instead of crashing)
    • [ENHANCEMENT] Validate Alertmanager URL
    • ๐Ÿ— [ENHANCEMENT] Use UTC for build timestamp
    • ๐ŸŽ [ENHANCEMENT] Improve index query performance (especially for active time series)
    • ๐Ÿ”ง [ENHANCEMENT] Instrument configuration reload duration
    • [ENHANCEMENT] Instrument retrieval layer
    • ๐Ÿ— [ENHANCEMENT] Add Go version to prometheus_build_info metric