prometheus: enable traefik job
This commit is contained in:
parent
2fb22ddee3
commit
501297ca5d
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ _: {
|
||||||
scrape_interval = "30s";
|
scrape_interval = "30s";
|
||||||
static_configs = [{targets = ["localhost:9100"];}];
|
static_configs = [{targets = ["localhost:9100"];}];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
job_name = "traefik";
|
||||||
|
scrape_interval = "30s";
|
||||||
|
static_configs = [{targets = ["100.87.54.48:8080"];}];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
exporters = {
|
exporters = {
|
||||||
node = {
|
node = {
|
||||||
|
|
Loading…
Reference in a new issue