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.16.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d9211d8cdeb
branches:  trunk
changeset: 411629:1d9211d8cdeb
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 16 21:17:48 2020 +0000

description:
prometheus: updated to 2.16.0

2.16.0:
[FEATURE] React UI: Support local timezone on /graph
[FEATURE] PromQL: add absent_over_time query function
[FEATURE] Adding optional logging of queries to their own file
[ENHANCEMENT] React UI: Add support for rules page and "Xs ago" duration displays
[ENHANCEMENT] React UI: alerts page, replace filtering togglers tabs with checkboxes
[ENHANCEMENT] TSDB: Export metric for WAL write errors
[ENHANCEMENT] TSDB: Improve query performance for queries that only touch the most recent 2h of data.
[ENHANCEMENT] PromQL: Refactoring in parser errors to improve error messages
[ENHANCEMENT] PromQL: Support trailing commas in grouping opts
[ENHANCEMENT] Scrape: Reduce memory usage on reloads by reusing scrape cache
[ENHANCEMENT] Scrape: Add metrics to track bytes and entries in the metadata cache
[ENHANCEMENT] promtool: Add support for line-column numbers for invalid rules output
[ENHANCEMENT] Avoid restarting rule groups when it is unnecessary
[BUGFIX] React UI: Send cookies on fetch() on older browsers
[BUGFIX] React UI: adopt grafana flot fix for stacked graphs
[BUFGIX] React UI: broken graph page browser history so that back button works as expected
[BUGFIX] TSDB: ensure compactionsSkipped metric is registered, and log proper error if one is returned from head.Init
[BUGFIX] TSDB: return an error on ingesting series with duplicate labels
[BUGFIX] PromQL: Fix unary operator precedence
[BUGFIX] PromQL: Respect query.timeout even when we reach query.max-concurrency
[BUGFIX] PromQL: Fix string and parentheses handling in engine, which affected React UI
[BUGFIX] PromQL: Remove output labels returned by absent() if they are produced by multiple identical label matchers
[BUGFIX] Scrape: Validate that OpenMetrics input ends with
[BUGFIX] Remote read: return the correct error if configs can't be marshal'd to JSON
[BUGFIX] Remote write: Make remote client Store use passed context, which can affect shutdown timing
[BUGFIX] Remote write: Improve sharding calculation in cases where we would always be consistently behind by tracking pendingSamples
[BUGFIX] Ensure prometheus_rule_group metrics are deleted when a rule group is removed

diffstat:

 databases/prometheus/Makefile |   5 ++---
 databases/prometheus/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r b93f80b232fb -r 1d9211d8cdeb databases/prometheus/Makefile
--- a/databases/prometheus/Makefile     Sun Feb 16 21:16:25 2020 +0000
+++ b/databases/prometheus/Makefile     Sun Feb 16 21:17:48 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/02/02 14:18:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2020/02/16 21:17:48 adam Exp $
 
-DISTNAME=      prometheus-2.15.2
+DISTNAME=      prometheus-2.16.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
-PKGREVISION=   2
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
diff -r b93f80b232fb -r 1d9211d8cdeb databases/prometheus/distinfo
--- a/databases/prometheus/distinfo     Sun Feb 16 21:16:25 2020 +0000
+++ b/databases/prometheus/distinfo     Sun Feb 16 21:17:48 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2020/01/08 22:33:05 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/02/16 21:17:48 adam Exp $
 
-SHA1 (prometheus-2.15.2.tar.gz) = 0e17ab634683b9495ec93fbd5265d7b538050b7a
-RMD160 (prometheus-2.15.2.tar.gz) = e6c1c4f380711cd4a3c73bf5ededed4be17c8109
-SHA512 (prometheus-2.15.2.tar.gz) = a444acd9b18aa3d62eab8e5807ef0cfee44165e1b80a979f61c42c99d104ad2a1991729704e5ae7423b881bc247de6f42eb2682c23e41cbbc31da58ad4e9b169
-Size (prometheus-2.15.2.tar.gz) = 12852804 bytes
+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 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257
 SHA1 (patch-web_ui_ui.go) = e940f49f6f3dddf2d3bbae18a18f3b5411e68c11



Home | Main Index | Thread Index | Old Index