Skip to content

Commit

Permalink
Hotfix wrong target url for web app
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarcomurru committed Mar 24, 2022
1 parent 52127b8 commit 7285afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monitoring/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ scrape_configs:
static_configs:
- targets: ['prometheus:9090']

- job_name: 'itu-minittwit-app'
- job_name: 'itu-minitwit-app'

# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s

static_configs:
- targets: ['minitwit:80']
- targets: ['minitwit-web:80']
labels:
group: 'production'


- job_name: 'itu-minittwit-api'
- job_name: 'itu-minitwit-api'

# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
Expand Down

0 comments on commit 7285afe

Please sign in to comment.