prom: start scraping hydra
Eelco Dolstra committed
Nov 13, 2019 at 22:22 UTC
e5a9fc5fd78265bc99eb8ec0a8fee33b4d19ae42
1 file changed
+14
-1
delft/eris.nix
+14
-1
@@ -148,7 +148,7 @@ in {
148
}
149
150
{
151
- job_name = "hydra";
151
+ job_name = "hydra-reexport";
152
metrics_path = "/";
153
static_configs = [
154
{
@@ -158,6 +158,19 @@ in {
158
}
159
];
160
}
161
+ {
162
+ job_name = "hydra";
163
+ metrics_path = "/prometheus";
164
+ scheme = "https";
165
+ static_configs = [
166
+ {
167
+ targets = [
168
+ "hydra.nixos.org:443"
169
+ ];
170
+ }
171
+ ];
172
+ }
173
+
174
175
{
176
job_name = "prometheus-packet-sd";