View | Details | Raw Unified | Return to bug 248355
Collapse All | Expand All

(-)net-mgmt/prometheus2/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	prometheus
3
PORTNAME=	prometheus
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	2.19.2
5
DISTVERSION=	2.20.0
6
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
7
7
8
MAINTAINER=	dor.bsd@xm0.uk
8
MAINTAINER=	dor.bsd@xm0.uk
(-)net-mgmt/prometheus2/distinfo (-5 / +5 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1594572798
1
TIMESTAMP = 1596057017
2
SHA256 (prometheus-prometheus-v2.19.2_GH0.tar.gz) = d4e84cae2fed6761bb8a80fcc69b6e0e9f274d19dffc0f38fb5845f11da1bbc3
2
SHA256 (prometheus-prometheus-v2.20.0_GH0.tar.gz) = ca10ff2bb5db1c5a5c05032be155b5e91ee8e085ab001c41b2b8aec256d8a24a
3
SIZE (prometheus-prometheus-v2.19.2_GH0.tar.gz) = 13338606
3
SIZE (prometheus-prometheus-v2.20.0_GH0.tar.gz) = 13766887
4
SHA256 (ports-assets-net-mgmt_prometheus2-v2.19.2_GH0.tar.gz) = c95b017152c74d489b608a4689493ebd66b18ad3d1c5451310c2773c18a3bc10
4
SHA256 (ports-assets-net-mgmt_prometheus2-v2.20.0_GH0.tar.gz) = 0ae45cb2f53ebbb9c5958822129c00f91bdc280fd00db04f4efced3968727d05
5
SIZE (ports-assets-net-mgmt_prometheus2-v2.19.2_GH0.tar.gz) = 5034529
5
SIZE (ports-assets-net-mgmt_prometheus2-v2.20.0_GH0.tar.gz) = 4992256
(-)net-mgmt/prometheus2/pkg-message (+13 lines)
Lines 1-6 Link Here
1
[
1
[
2
{
2
{
3
  message: <<EOF
3
  message: <<EOF
4
promtool: Changed rule numbering from 0-based to 1-based when reporting rule errors.
5
Added `prometheus_remote_storage_read_queries_total` counter and
6
`prometheus_remote_storage_read_request_duration_seconds` histogram, removed
7
`prometheus_remote_storage_remote_read_queries_total` counter.
8
Added buckets for longer durations to
9
`prometheus_remote_storage_sent_batch_duration_seconds` histogram.
10
WAL compression is enabled by default.
11
EOF
12
  maximum_version: "2.20"
13
  type: upgrade
14
}
15
{
16
  message: <<EOF
4
The `prometheus_sd_kubernetes_cache_*` metrics were removed.
17
The `prometheus_sd_kubernetes_cache_*` metrics were removed.
5
The `prometheus_sd_kubernetes_workqueue_latency_seconds` and
18
The `prometheus_sd_kubernetes_workqueue_latency_seconds` and
6
`prometheus_sd_kubernetes_workqueue_work_duration_seconds` now show correct
19
`prometheus_sd_kubernetes_workqueue_work_duration_seconds` now show correct

Return to bug 248355