monitoring: add cadvisor to prometheus

This commit is contained in:
2023-07-05 17:56:52 -07:00
parent 1ef7f1cf6e
commit 6a92053232
3 changed files with 61 additions and 0 deletions

View File

@@ -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"]