marvin: Add caddy prometheus scrape job

This commit is contained in:
The Hedgehog 2022-08-05 11:26:18 -04:00
parent 04a65a4903
commit d5366ff45a
No known key found for this signature in database

View file

@ -25,5 +25,13 @@
];
}];
}
{
job_name = "caddy";
static_configs = [{
targets = [
"prefect:6899"
];
}];
}
];
};}