Disable pushgateway
This commit is contained in:
parent
3b9e5cf5c6
commit
b2bb18f583
1 changed files with 8 additions and 8 deletions
|
@ -27,14 +27,14 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
# {
|
||||||
job_name = "pushgateway";
|
# job_name = "pushgateway";
|
||||||
static_configs = [
|
# static_configs = [
|
||||||
{
|
# {
|
||||||
targets = [ cfg.pushgateway.web.listen-address ];
|
# targets = [ cfg.pushgateway.web.listen-address ];
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
}
|
# }
|
||||||
{
|
{
|
||||||
job_name = "node";
|
job_name = "node";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue