totoro: add scraping emf website metrics

This commit is contained in:
Luke Granger-Brown 2024-01-24 15:53:20 +00:00
parent 60d27f6482
commit 74448ec61e

View file

@ -324,6 +324,13 @@ in {
static_configs = [{ static_configs = [{
targets = ["monitoring.nixos.org:443"]; targets = ["monitoring.nixos.org:443"];
}]; }];
} {
job_name = "emf/website";
metrics_path = "/metrics";
scheme = "https";
static_configs = [{
targets = ["www.emfcamp.org:443"];
}];
}]; }];
pushgateway.enable = true; pushgateway.enable = true;