From f1013719dda56c89c9c104633de26bd54536d49e Mon Sep 17 00:00:00 2001 From: Mahdi Gheidi Date: Thu, 15 Feb 2024 14:40:44 +0330 Subject: [PATCH] fix monitoring --- monitoring/prometheus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.yml index b8227c5..17d3ab0 100644 --- a/monitoring/prometheus.yml +++ b/monitoring/prometheus.yml @@ -1,4 +1,7 @@ scrape_configs: + - job_name: 'prometheus' + static_configs: + - targets: ['prometheus:9090'] - job_name: 'node' scrape_interval: 5s static_configs: