Subject: CVS commit: pkgsrc/databases/prometheus
From: Tobias Nygren
Date: 2022-03-11 20:56:00
Message id: 20220311195600.E4DB0FB24@cvs.NetBSD.org

Log Message:
prometheus: update to 2.33.5

2.33.0 / 2022-01-29
[CHANGE] PromQL: Promote negative offset and @ modifer to stable features.
[CHANGE] Web: Promote remote-write-receiver to stable.
[FEATURE] Config: Add stripPort template function.
[FEATURE] Promtool: Add cardinality analysis to check metrics, enabled by flag \ 
--extended.
[FEATURE] SD: Enable target discovery in own K8s namespace.
[FEATURE] SD: Add provider ID label in K8s SD.
[FEATURE] Web: Add limit field to the rules API.
[ENHANCEMENT] Remote-write: Avoid allocations by buffering concrete structs \ 
instead of interfaces.
[ENHANCEMENT] Remote-write: Log time series details for out-of-order samples in \ 
remote write receiver.
[ENHANCEMENT] Remote-write: Shard up more when backlogged.
[ENHANCEMENT] TSDB: Use simpler map key to improve exemplar ingest performance.
[ENHANCEMENT] TSDB: Avoid allocations when popping from the intersected postings \ 
heap.
[ENHANCEMENT] TSDB: Make chunk writing non-blocking, avoiding latency spikes in \ 
remote-write.
[ENHANCEMENT] TSDB: Improve label matching performance.
[ENHANCEMENT] UI: Optimize the service discovery page and add a search bar.
[ENHANCEMENT] UI: Optimize the target page and add a search bar.

+ bugfixes

Files:
RevisionActionfile
1.63modifypkgsrc/databases/prometheus/Makefile
1.13modifypkgsrc/databases/prometheus/PLIST
1.31modifypkgsrc/databases/prometheus/distinfo
1.4modifypkgsrc/databases/prometheus/go-modules.mk
1.3modifypkgsrc/databases/prometheus/patches/patch-cmd_prometheus_main.go