Created attachment 239756 [details] port patch An aggregating proxy to enable HA prometheus https://github.com/jacksontj/promxy
Created attachment 246695 [details] port patch 0.0.84 version 0.0.84
Created attachment 251174 [details] port patch 0.0.86 update to 0.0.86
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0de56f2a1c1746ae4bc96674b8e0ce57bbb9eb43 commit 0de56f2a1c1746ae4bc96674b8e0ce57bbb9eb43 Author: Pavel Timofeev <timp87@gmail.com> AuthorDate: 2024-07-11 13:28:19 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-07-11 13:29:12 +0000 net-mgmt/promxy: Add new port Promxy is a prometheus proxy that makes many shards of prometheus appear as a single API endpoint to the user. This significantly simplifies operations and use of prometheus at scale (when you have more than one prometheus host). Promxy delivers this unified access endpoint without requiring any sidecars, custom-builds, or other changes to your prometheus infrastructure. PR: 269195 GIDs | 2 +- UIDs | 2 +- net-mgmt/Makefile | 1 + net-mgmt/promxy/Makefile (new) | 39 ++++++++++++++++++ net-mgmt/promxy/distinfo (new) | 5 +++ net-mgmt/promxy/files/promxy.in (new) | 77 +++++++++++++++++++++++++++++++++++ net-mgmt/promxy/pkg-descr (new) | 5 +++ net-mgmt/promxy/pkg-plist (new) | 4 ++ 8 files changed, 133 insertions(+), 2 deletions(-)
Added with minor modifications (portclippy/portfmt). Thank you!