Skip to content

Commit 321847c

Browse files
committed
Change domain name of testlists servers in monitoring
1 parent 7e02447 commit 321847c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/prometheus/templates/prometheus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ scrape_configs:
388388
- job_name: "testlists"
389389
static_configs:
390390
- targets:
391-
- testlists.dev.ooni.io:9102
392-
# - testlists.prod.ooni.io:9102
391+
- testlist-ec2.dev.ooni.io:9102
392+
- testlist-ec2.prod.ooni.io:9102
393393
scrape_interval: 5s
394394
scheme: https
395395
relabel_configs: # Change the host to the proxy host with relabeling

0 commit comments

Comments
 (0)