From 59d8fc29bad3a2e83cc5e4c3d6537e3141b1b843 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 29 Mar 2026 17:25:23 +0200 Subject: [PATCH] First version --- prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 5ce75c6..040da18 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -4,7 +4,7 @@ global: scrape_configs: - job_name: 'node' static_configs: - - targets: ['localhost:9100'] + - targets: ['localhost:9090'] - job_name: 'cadvisor' static_configs: