From 59cd0968fd6c34ac91ab2ca74ac28e7c31a36646 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 26 Mar 2024 15:42:58 +0100 Subject: [PATCH] Extend prometheus to scrape cadvisor data. --- prometheus.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index c89d00e..10c58f0 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -15,6 +15,12 @@ scrape_configs: basic_auth: username: chris password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX + - job_name: cadvisor + static_configs: + - targets: ['cadvisor.steinle-computer.de'] + basic_auth: + username: chris + password: 9VJqWNxku4hHdB2zhjk4GHyMLQHCZX - job_name: traefik static_configs: - targets: ['traefik.steinle-computer.de']