diff --git a/ansible/roles/prometheus/templates/prometheus.yml b/ansible/roles/prometheus/templates/prometheus.yml index 189ec4b8..ee19e61a 100755 --- a/ansible/roles/prometheus/templates/prometheus.yml +++ b/ansible/roles/prometheus/templates/prometheus.yml @@ -81,8 +81,6 @@ scrape_configs: format: [prometheus] static_configs: - targets: - - ams-pg-test.ooni.org:19999 - - ams-pg.ooni.org:19999 - backend-fsn.ooni.org:19999 - backend-hel.ooni.org:19999 @@ -148,6 +146,4 @@ scrape_configs: static_configs: - targets: - backend-hel.ooni.org:444 - - ams-pg-test.ooni.org:444 - ...