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: