rico0: scrape metrics from caddy
This commit is contained in:
parent
1410e280f4
commit
d986c279e0
1 changed files with 11 additions and 0 deletions
|
@ -26,6 +26,17 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
|
{
|
||||||
|
job_name = "caddy";
|
||||||
|
metrics_path = "/caddy-metrics";
|
||||||
|
static_configs = [
|
||||||
|
{ targets = [ "rico0.labs.adtya.xyz" ]; }
|
||||||
|
{ targets = [ "rico1.labs.adtya.xyz" ]; }
|
||||||
|
{ targets = [ "rico2.labs.adtya.xyz" ]; }
|
||||||
|
{ targets = [ "wynne.labs.adtya.xyz" ]; }
|
||||||
|
{ targets = [ "layne.labs.adtya.xyz" ]; }
|
||||||
|
];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
job_name = "postgres";
|
job_name = "postgres";
|
||||||
scheme = "https";
|
scheme = "https";
|
||||||
|
|
Loading…
Reference in a new issue