pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/prometheus prometheus: updated to 2.17.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/82559725b60f
branches: trunk
changeset: 414873:82559725b60f
user: adam <adam%pkgsrc.org@localhost>
date: Fri Apr 03 16:39:50 2020 +0000
description:
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
diffstat:
databases/prometheus/Makefile | 5 ++---
databases/prometheus/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 138a68d36108 -r 82559725b60f databases/prometheus/Makefile
--- a/databases/prometheus/Makefile Fri Apr 03 16:34:12 2020 +0000
+++ b/databases/prometheus/Makefile Fri Apr 03 16:39:50 2020 +0000
@@ -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}
diff -r 138a68d36108 -r 82559725b60f databases/prometheus/distinfo
--- a/databases/prometheus/distinfo Fri Apr 03 16:34:12 2020 +0000
+++ b/databases/prometheus/distinfo Fri Apr 03 16:39:50 2020 +0000
@@ -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