From 0a0a51167655022fb9383e99fce4e6fe7fc4802a Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 7 Jan 2023 00:46:06 -0500 Subject: [PATCH] try to enable akko's prometheus endpoint again Signed-off-by: Xe --- hosts/akko/akkoma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index 7d3a06e..d580fe6 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -13,6 +13,7 @@ in { }; ":prometheus"."Pleroma.Web.Endpoint.MetricsExporter" = { enabled = true; + auth = false; format = mkRaw ":text"; path = "/api/pleroma/app_metrics"; };