monitoring: add cadvisor to prometheus
This commit is contained in:
@@ -14,6 +14,10 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets: ["{{ ansible_host }}:9100"]
|
||||
|
||||
- job_name: "cadvisor"
|
||||
static_configs:
|
||||
- targets: ["{{ ansible_host }}:9110"]
|
||||
|
||||
- job_name: "loki"
|
||||
static_configs:
|
||||
- targets: ["loki:3100"]
|
||||
|
||||
Reference in New Issue
Block a user