We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e02447 commit 321847cCopy full SHA for 321847c
1 file changed
ansible/roles/prometheus/templates/prometheus.yml
@@ -388,8 +388,8 @@ scrape_configs:
388
- job_name: "testlists"
389
static_configs:
390
- targets:
391
- - testlists.dev.ooni.io:9102
392
- # - testlists.prod.ooni.io:9102
+ - testlist-ec2.dev.ooni.io:9102
+ - testlist-ec2.prod.ooni.io:9102
393
scrape_interval: 5s
394
scheme: https
395
relabel_configs: # Change the host to the proxy host with relabeling
0 commit comments