Prometheus v0.12.0 Release Notes

Release Date: 2015-03-04 // about 9 years ago
    • ๐Ÿ–จ [CHANGE] Use client_golang v0.3.1. THIS CHANGES FINGERPRINTING AND INVALIDATES ALL PERSISTED FINGERPRINTS. You have to wipe your storage to use this or later versions. There is a version guard in place that will prevent you to run Prometheus with the stored data of an older Prometheus.
    • ๐Ÿ›  [BUGFIX] The change above fixes a weakness in the fingerprinting algorithm.
    • ๐Ÿ–จ [ENHANCEMENT] The change above makes fingerprinting faster and less allocation intensive.
    • ๐Ÿ‘€ [FEATURE] OR operator and vector matching options. See docs for details.
    • [ENHANCEMENT] Scientific notation and special float values (Inf, NaN) now supported by the expression language.
    • ๐Ÿณ [CHANGE] Dockerfile makes Prometheus use the Docker volume to store data (rather than /tmp/metrics).
    • [CHANGE] Makefile uses Go 1.4.2.