From d360681e6662050ef01f3c02c14bff983cb22d9e Mon Sep 17 00:00:00 2001 From: Xe Date: Sun, 27 Nov 2022 13:19:30 -0500 Subject: [PATCH] akko: enable prometheus Signed-off-by: Xe --- hosts/akko/akkoma.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/akko/akkoma.nix b/hosts/akko/akkoma.nix index 0491fac..307a9c9 100644 --- a/hosts/akko/akkoma.nix +++ b/hosts/akko/akkoma.nix @@ -11,6 +11,12 @@ in { base_url = "https://cache.akko.within.website"; proxy_opts.redirect_on_failure = true; }; + ":pleroma"."Pleroma.Web.Endpoint.MetricsExporter" = { + enabled = true; + auth = false; + format = mkRaw ":text"; + path = "/api/pleroma/app_metrics"; + }; ":pleroma".":instance" = { name = "Within's Bot Zone"; description =