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:           Thu Jun 11 08:06:02 UTC 2020

Modified Files:
        pkgsrc/databases/prometheus: Makefile distinfo

Log Message:
prometheus: updated to 2.19.0

2.19.0:
[FEATURE] TSDB: Memory-map full chunks of Head (in-memory) block from disk. This reduces memory footprint and makes restarts faster.
[ENHANCEMENT] Discovery: Added discovery support for Triton global zones.
[ENHANCEMENT] Increased alert resend delay to be more tolerant towards failures.
[ENHANCEMENT] Remote Read: Added prometheus_remote_storage_remote_read_queries_total counter to count total number of remote read queries.
[ENHANCEMEMT] Added time range parameters for label names and label values API.
[ENHANCEMENT] TSDB: Reduced contention in isolation for high load.
[BUGFIX] PromQL: Eliminated collision while checking for duplicate labels.
[BUGFIX] React UI: Don't null out data when clicking on the current tab.
[BUGFIX] PromQL: Correctly track number of samples for a query.
[BUGFIX] PromQL: Return NaN when histogram buckets have 0 observations.
[BUGFIX] TSDB: Fix incorrect query results when using Prometheus with remote reads configured


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/prometheus/Makefile
cvs rdiff -u -r1.12 -r1.13 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.22 pkgsrc/databases/prometheus/Makefile:1.23
--- pkgsrc/databases/prometheus/Makefile:1.22   Tue May 26 15:30:49 2020
+++ pkgsrc/databases/prometheus/Makefile        Thu Jun 11 08:06:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/05/26 15:30:49 adam Exp $
+# $NetBSD: Makefile,v 1.23 2020/06/11 08:06:02 adam Exp $
 
-DISTNAME=      prometheus-2.18.1
+DISTNAME=      prometheus-2.19.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/databases/prometheus/distinfo
diff -u pkgsrc/databases/prometheus/distinfo:1.12 pkgsrc/databases/prometheus/distinfo:1.13
--- pkgsrc/databases/prometheus/distinfo:1.12   Tue May 26 15:30:49 2020
+++ pkgsrc/databases/prometheus/distinfo        Thu Jun 11 08:06:02 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2020/05/26 15:30:49 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/06/11 08:06:02 adam Exp $
 
-SHA1 (prometheus-2.18.1.tar.gz) = 942ba941fc43af4ebc7121a7d217e5f9c02ee860
-RMD160 (prometheus-2.18.1.tar.gz) = 299e241601364f0b4c88d342d14bc4e2f107090c
-SHA512 (prometheus-2.18.1.tar.gz) = e41dab8d4b66fb857132e7b5b242af7404b44269d43df83ca262c44ba3653a7bf990e27079158c17d0bfc31c2c69a76de561ca9fb323a110b90eb8fbb7e2dd63
-Size (prometheus-2.18.1.tar.gz) = 13277342 bytes
+SHA1 (prometheus-2.19.0.tar.gz) = fb772cb271d30af33cd409be3693dc1ba2775344
+RMD160 (prometheus-2.19.0.tar.gz) = 90564766771e82374a201ea91d5fcf9ba02f7f73
+SHA512 (prometheus-2.19.0.tar.gz) = 67189f7b2e07840cf2ff05bd465b423a2135a886ee00308e1dddf54819add4dd8f17d717d8c26d3b7c230b72090e87dd0d8ade7f4e500040610c2fe94d80c45e
+Size (prometheus-2.19.0.tar.gz) = 13343177 bytes
 SHA1 (patch-cmd_prometheus_main.go) = b3f3f8872ad19f823424009090fdf4705e7af257
 SHA1 (patch-web_ui_ui.go) = 900fd75a9b9e7bbb8aa18a3e06d9c237b94708cf



Home | Main Index | Thread Index | Old Index