Shit...nevermind

This commit is contained in:
niten 2024-07-21 16:26:41 -07:00
parent 804eb74969
commit b0b3f03231

View File

@ -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