diff options
author | adam <adam@pkgsrc.org> | 2020-06-11 08:06:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-11 08:06:02 +0000 |
commit | 58266b45225440bbe428129aa9a1038953cb93ef (patch) | |
tree | 37310aecf20e5d1f39843ac62a83862b34e69438 | |
parent | 1625415197867437b99ba12f6e1ec163d53284f7 (diff) | |
download | pkgsrc-58266b45225440bbe428129aa9a1038953cb93ef.tar.gz |
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
-rw-r--r-- | databases/prometheus/Makefile | 4 | ||||
-rw-r--r-- | databases/prometheus/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/prometheus/Makefile b/databases/prometheus/Makefile index 44f0fd0fb64..c04c93e1399 100644 --- a/databases/prometheus/Makefile +++ b/databases/prometheus/Makefile @@ -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} diff --git a/databases/prometheus/distinfo b/databases/prometheus/distinfo index 823546819d9..bcb68739927 100644 --- a/databases/prometheus/distinfo +++ b/databases/prometheus/distinfo @@ -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 |