Received: by mail.netbsd.org (Postfix, from userid 605) id 34FEC84DCE; Thu, 11 Jun 2020 08:06:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AD88284DCB for ; Thu, 11 Jun 2020 08:06:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5aEYw78okeQA for ; Thu, 11 Jun 2020 08:06:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1014984DC9 for ; Thu, 11 Jun 2020 08:06:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04B16FB27; Thu, 11 Jun 2020 08:06:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591862762207920" MIME-Version: 1.0 Date: Thu, 11 Jun 2020 08:06:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/prometheus To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200611080603.04B16FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591862762207920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1591862762207920 Content-Disposition: inline Content-Length: 1888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1591862762207920--