From b0b3f03231b57d76b69b12c6202453bd05e825ab Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 21 Jul 2024 16:26:41 -0700 Subject: [PATCH] Shit...nevermind --- lib/fudo/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/prometheus.nix b/lib/fudo/prometheus.nix index 297fbe1..81fd4b3 100644 --- a/lib/fudo/prometheus.nix +++ b/lib/fudo/prometheus.nix @@ -137,7 +137,7 @@ in { job_name = type; honor_labels = false; scheme = if cfg.private-network then "http" else "https"; - metrics_path = "/metrics"; + metrics_path = "/metrics/${type}"; static_configs = if (hasAttr type cfg.static-targets) then [{ targets = cfg.static-targets.${type}; }] else