diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index 99e55c1e4..cad3ac252 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -30,3 +30,6 @@ scrape_configs: - job_name: 'goderpad' static_configs: - targets: ['goderpad-backend:7778'] + - job_name: 'smee2' + static_configs: + - targets: ['smee2:5000']