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