prometheus: enable traefik job

This commit is contained in:
notohh 2023-10-17 00:47:58 -04:00
parent 2fb22ddee3
commit 501297ca5d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -13,6 +13,11 @@ _: {
scrape_interval = "30s";
static_configs = [{targets = ["localhost:9100"];}];
}
{
job_name = "traefik";
scrape_interval = "30s";
static_configs = [{targets = ["100.87.54.48:8080"];}];
}
];
exporters = {
node = {