Skip to content

Commit

Permalink
Add oohelperd to monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 10, 2024
1 parent 740abd1 commit 9b11b13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ansible/roles/prometheus/templates/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,22 @@ scrape_configs:
- ooniauth.api.dev.ooni.io
- oonirun.api.dev.ooni.io
- ooniprobe.api.dev.ooni.io
- oohelperd.th.dev.ooni.io

- job_name: 'ooniapi-services-prod'
scrape_interval: 5s
scheme: https
metrics_path: "/metrics"
basic_auth:
username: 'prom'
password: '{{ prometheus_metrics_password_dev }}'
password: '{{ prometheus_metrics_password_prod }}'
static_configs:
- targets:
- ooniauth.api.prod.ooni.io
- oonirun.api.prod.ooni.io
- ooniprobe.api.prod.ooni.io
- oohelperd.th.prod.ooni.io


- job_name: 'ooni-web'
scrape_interval: 5m
Expand Down

0 comments on commit 9b11b13

Please sign in to comment.