Sliding sync and metrics

This commit is contained in:
2023-11-17 23:17:37 +00:00
parent fc6a934277
commit 0dcb90d8b3
6 changed files with 100 additions and 48 deletions

View File

@@ -29,6 +29,15 @@
}
];
}
{
job_name = "caddy";
scrape_interval = "15s";
static_configs = [
{
targets = ["localhost:2019"];
}
];
}
];
};
}