Prometheus v2.16.0 Release Notes

Release Date: 2020-02-13 // about 4 years ago
    • ๐Ÿ’ป [FEATURE] React UI: Support local timezone on /graph #6692
    • [FEATURE] PromQL: add absent_over_time query function #6490
    • ๐ŸŒฒ [FEATURE] Adding optional logging of queries to their own file #6520
    • ๐Ÿ’ป [ENHANCEMENT] React UI: Add support for rules page and "Xs ago" duration displays #6503
    • ๐Ÿ’ป [ENHANCEMENT] React UI: alerts page, replace filtering togglers tabs with checkboxes #6543
    • [ENHANCEMENT] TSDB: Export metric for WAL write errors #6647
    • ๐ŸŽ [ENHANCEMENT] TSDB: Improve query performance for queries that only touch the most recent 2h of data. #6651
    • ๐Ÿ”จ [ENHANCEMENT] PromQL: Refactoring in parser errors to improve error messages #6634
    • ๐Ÿ‘ [ENHANCEMENT] PromQL: Support trailing commas in grouping opts #6480
    • [ENHANCEMENT] Scrape: Reduce memory usage on reloads by reusing scrape cache #6670
    • ๐Ÿ“‡ [ENHANCEMENT] Scrape: Add metrics to track bytes and entries in the metadata cache #6675
    • ๐Ÿ‘ [ENHANCEMENT] promtool: Add support for line-column numbers for invalid rules output #6533
    • [ENHANCEMENT] Avoid restarting rule groups when it is unnecessary #6450
    • ๐Ÿ›  [BUGFIX] React UI: Send cookies on fetch() on older browsers #6553
    • ๐Ÿ›  [BUGFIX] React UI: adopt grafana flot fix for stacked graphs #6603
    • ๐Ÿ’ป [BUFGIX] React UI: broken graph page browser history so that back button works as expected #6659
    • ๐Ÿ›  [BUGFIX] TSDB: ensure compactionsSkipped metric is registered, and log proper error if one is returned from head.Init #6616
    • ๐Ÿ›  [BUGFIX] TSDB: return an error on ingesting series with duplicate labels #6664
    • ๐Ÿ›  [BUGFIX] PromQL: Fix unary operator precedence #6579
    • ๐Ÿ›  [BUGFIX] PromQL: Respect query.timeout even when we reach query.max-concurrency #6712
    • ๐Ÿ›  [BUGFIX] PromQL: Fix string and parentheses handling in engine, which affected React UI #6612
    • ๐Ÿ›  [BUGFIX] PromQL: Remove output labels returned by absent() if they are produced by multiple identical label matchers #6493
    • ๐Ÿ›  [BUGFIX] Scrape: Validate that OpenMetrics input ends with # EOF #6505
    • ๐Ÿ›  [BUGFIX] Remote read: return the correct error if configs can't be marshal'd to JSON #6622
    • ๐Ÿ›  [BUGFIX] Remote write: Make remote client Store use passed context, which can affect shutdown timing #6673
    • ๐Ÿ›  [BUGFIX] Remote write: Improve sharding calculation in cases where we would always be consistently behind by tracking pendingSamples #6511
    • [BUGFIX] Ensure prometheus_rule_group metrics are deleted when a rule group is removed #6693