Prometheus v0.13.3 Release Notes

Release Date: 2015-05-11 // almost 9 years ago
    • ๐Ÿ›  [BUGFIX] Handle fingerprint collisions properly.
    • [CHANGE] Comments in rules file must start with #. (The undocumented // and /*...*/ comment styles are no longer supported.)
    • ๐Ÿ“œ [ENHANCEMENT] Switch to custom expression language parser and evaluation engine, which generates better error messages, fixes some parsing edge-cases, and enables other future enhancements (like the ones below).
    • [ENHANCEMENT] Limit maximum number of concurrent queries.
    • [ENHANCEMENT] Terminate running queries during shutdown.