Add prometheus pushgateway
Some checks failed
Run nix flake check / flake-check (push) Failing after 12m59s
Some checks failed
Run nix flake check / flake-check (push) Failing after 12m59s
This commit is contained in:
@@ -199,6 +199,20 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
job_name = "pushgateway";
|
||||
static_configs = [
|
||||
{
|
||||
targets = [ "localhost:9091" ];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
pushgateway = {
|
||||
enable = true;
|
||||
web = {
|
||||
external-url = "https://pushgw.home.2rjus.net";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user