pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/prometheus



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr  3 16:39:50 UTC 2020

Modified Files:
        pkgsrc/databases/prometheus: Makefile distinfo

Log Message:
prometheus: updated to 2.17.1

2.17.1:
[BUGFIX] TSDB: Fix query performance regression that increased memory and CPU usage

2.17.0:
[FEATURE] TSDB: Support isolation
[ENHANCEMENT] PromQL: Allow more keywords as metric names
[ENHANCEMENT] React UI: Add normalization of localhost URLs in targets page
[ENHANCEMENT] Remote read: Read from remote storage concurrently
[ENHANCEMENT] Rules: Mark deleted rule series as stale after a reload
[ENHANCEMENT] Scrape: Log scrape append failures as debug rather than warn
[ENHANCEMENT] TSDB: Improve query performance for queries that partially hit the head
[ENHANCEMENT] Consul SD: Expose service health as meta label
[ENHANCEMENT] EC2 SD: Expose EC2 instance lifecycle as meta label
[ENHANCEMENT] Kubernetes SD: Expose service type as meta label for K8s service role
[ENHANCEMENT] Kubernetes SD: Expose label_selector and field_selector
[ENHANCEMENT] Openstack SD: Expose hypervisor id as meta label
[BUGFIX] PromQL: Do not escape HTML-like chars in query log
[BUGFIX] React UI: Fix data table matrix values
[BUGFIX] React UI: Fix new targets page not loading when using non-ASCII characters
[BUGFIX] Remote read: Fix duplication of metrics read from remote storage with external labels
[BUGFIX] Remote write: Register WAL watcher and live reader metrics for all remotes, not just the first one
[BUGFIX] Scrape: Prevent removal of metric names upon relabeling
[BUGFIX] Scrape: Fix 'superfluous response.WriteHeader call' errors when scrape fails under some circonstances
[BUGFIX] Scrape: Fix crash when reloads are separated by two scrape intervals


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/prometheus/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/prometheus/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/prometheus/Makefile
diff -u pkgsrc/databases/prometheus/Makefile:1.18 pkgsrc/databases/prometheus/Makefile:1.19
--- pkgsrc/databases/prometheus/Makefile:1.18   Sat Mar 21 16:57:21 2020
+++ pkgsrc/databases/prometheus/Makefile        Fri Apr  3 16:39:50 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2020/03/21 16:57:21 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2020/04/03 16:39:50 adam Exp $
 
-DISTNAME=      prometheus-2.16.0
+DISTNAME=      prometheus-2.17.1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
-PKGREVISION=   1
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 

Index: pkgsrc/databases/prometheus/distinfo
diff -u pkgsrc/databases/prometheus/distinfo:1.9 pkgsrc/databases/prometheus/distinfo:1.10
--- pkgsrc/databases/prometheus/distinfo:1.9    Sun Feb 16 21:17:48 2020
+++ pkgsrc/databases/prometheus/distinfo        Fri Apr  3 16:39:50 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2020/02/16 21:17:48 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/04/03 16:39:50 adam Exp $
 
-SHA1 (prometheus-2.16.0.tar.gz) = 71d8defabefd09bca659d8ecb2a90ee4b283ad51
-RMD160 (prometheus-2.16.0.tar.gz) = 54e500252e9429e0739bb7e39e79da500bf59d15
-SHA512 (prometheus-2.16.0.tar.gz) = 2408b97b67e8199f6f6287ba4a587048ec43f7922020802823067bd11a114d2abf7fb2b858a0facf60c7cb3de4261689bb98564713d89984a2eb3a9d98bf55d3
-Size (prometheus-2.16.0.tar.gz) = 12984571 bytes
+SHA1 (prometheus-2.17.1.tar.gz) = d1a42ce50a1fb3e3236954645e150df8b25f2618
+RMD160 (prometheus-2.17.1.tar.gz) = f18d4e10b2f34ee2721e7cdee5c83f46ad52511e
+SHA512 (prometheus-2.17.1.tar.gz) = 7e8a72ca9917ea9997b909cd25a4c4b730d0458fe525cb86df543e7b06a5c6cd242ffeb0c7ba72c50f84f819df4112228f6c56cfe583022a34513e2a7b77a8dd
+Size (prometheus-2.17.1.tar.gz) = 12822668 bytes
 SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257
 SHA1 (patch-web_ui_ui.go) = e940f49f6f3dddf2d3bbae18a18f3b5411e68c11



Home | Main Index | Thread Index | Old Index