From 66cb3294ed942d461cabc32881e2a10ebfd182af Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 2 Nov 2022 22:49:55 -0400 Subject: Switch to PromEx for prometheus metrics Recommending use of the separate HTTP server for exposing the metrics and securing it externally on your firewall or reverse proxy. It will listen on port 4021 by default. --- changelog.d/promex.add | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/promex.add (limited to 'changelog.d') diff --git a/changelog.d/promex.add b/changelog.d/promex.add new file mode 100644 index 000000000..1daaf7e4e --- /dev/null +++ b/changelog.d/promex.add @@ -0,0 +1 @@ +Add PromEx to replace the prometheus library -- cgit v1.2.3 From 1db10744f72bb3679e5ae51da5cc3acc24bb2972 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 8 Nov 2023 09:15:06 -0500 Subject: Use the "change" type --- changelog.d/promex.add | 1 - changelog.d/promex.change | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog.d/promex.add create mode 100644 changelog.d/promex.change (limited to 'changelog.d') diff --git a/changelog.d/promex.add b/changelog.d/promex.add deleted file mode 100644 index 1daaf7e4e..000000000 --- a/changelog.d/promex.add +++ /dev/null @@ -1 +0,0 @@ -Add PromEx to replace the prometheus library diff --git a/changelog.d/promex.change b/changelog.d/promex.change new file mode 100644 index 000000000..6c1571c54 --- /dev/null +++ b/changelog.d/promex.change @@ -0,0 +1 @@ +Change the prometheus library to PromEx. -- cgit v1.2.3