Prometheus v2.1.0 Release Notes

Release Date: 2018-01-19 // over 6 years ago
    • ๐Ÿ’ป [FEATURE] New Service Discovery UI showing labels before and after relabelling.
    • ๐Ÿšš [FEATURE] New Admin APIs added to v1 to delete, snapshot and remove tombstones.
    • ๐Ÿ’ป [ENHANCEMENT] The graph UI autocomplete now includes your previous queries.
    • [ENHANCEMENT] Federation is now much faster for large numbers of series.
    • [ENHANCEMENT] Added new metrics to measure rule timings.
    • ๐Ÿ’ป [ENHANCEMENT] Rule evaluation times added to the rules UI.
    • [ENHANCEMENT] Added metrics to measure modified time of file SD files.
    • ๐Ÿ“‡ [ENHANCEMENT] Kubernetes SD now includes POD UID in discovery metadata.
    • [ENHANCEMENT] The Query APIs now return optional stats on query execution times.
    • [ENHANCEMENT] The index now no longer has the 4GiB size limit and is also smaller.
    • ๐Ÿ›  [BUGFIX] Remote read read_recent option is now false by default.
    • ๐Ÿ›  [BUGFIX] Pass the right configuration to each Alertmanager (AM) when using multiple AM configs.
    • ๐Ÿ›  [BUGFIX] Fix not-matchers not selecting series with labels unset.
    • ๐Ÿ›  [BUGFIX] tsdb: Fix occasional panic in head block.
    • ๐Ÿ›  [BUGFIX] tsdb: Close files before deletion to fix retention issues on Windows and NFS.
    • ๐Ÿ›  [BUGFIX] tsdb: Cleanup and do not retry failing compactions.
    • ๐Ÿ›  [BUGFIX] tsdb: Close WAL while shutting down.