eris: Scrape r13y
Graham Christensen committed
Jan 6, 2020 at 22:07 UTC
3c4f476eb63f4bf69ed0149e8852956c34a5f683
1 file changed
+13
delft/eris.nix
+13
@@ -357,6 +357,19 @@ in {
357
];
358
}
359
360
+ {
361
+ job_name = "r13y";
362
+ scheme = "https";
363
+ metrics_path = "/metrics";
364
+ static_configs = [
365
+ {
366
+ targets = [
367
+ "r13y.com"
368
+ ];
369
+ }
370
+ ];
371
+ }
372
+
373
{
374
job_name = "channel-updates";
375
metrics_path = "/";