From 7c8a5543edf86d88120f2238842e623fa3e3b4b381b4ed4f4d9ddeadbee83fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Sat, 3 Mar 2018 08:28:17 +0000 Subject: [PATCH] Accepting request 581969 from home:tserong:branches:server:monitoring Add detail to 2.1.0 changelog entry OBS-URL: https://build.opensuse.org/request/show/581969 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-prometheus-prometheus?expand=0&rev=4 --- golang-github-prometheus-prometheus.changes | 24 ++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/golang-github-prometheus-prometheus.changes b/golang-github-prometheus-prometheus.changes index fa617bd..6be87ac 100644 --- a/golang-github-prometheus-prometheus.changes +++ b/golang-github-prometheus-prometheus.changes @@ -1,7 +1,29 @@ ------------------------------------------------------------------- Thu Jan 25 10:11:26 UTC 2018 - kkaempf@suse.com -- Update to 2.1.0 +- Update to 2.1.0: + + Features: + * New Service Discovery UI showing labels before and after relabelling. + * New Admin APIs added to v1 to delete, snapshot and remove tombstones. + + Enhancements: + * The graph UI autcomplete now includes your previous queries. + * Federation is now much faster for large numbers of series. + * Added new metrics to measure rule timings. + * Rule evaluation times added to the rules UI. + * Added metrics to measure modified time of file SD files. + * Kubernetes SD now includes POD UID in discovery metadata. + * The Query APIs now return optional stats on query execution times. + * The index now no longer has the 4GiB size limit and is also smaller. + + Bug Fixes: + * Remote read read_recent option is now false by default. + * Pass the right configuration to each Alertmanager (AM) when using + multiple AM configs. + * Fix not-matchers not selecting series with labels unset. + * tsdb: Fix occasional panic in head block. + * tsdb: Close files before deletion to fix retention issues on Windows + and NFS. + * tsdb: Cleanup and do not retry failing compactions. + * tsdb: Close WAL while shutting down. ------------------------------------------------------------------- Thu Nov 9 07:30:09 UTC 2017 - tserong@suse.com