Skip to content

Commit

Permalink
Fix Prometheus integration test dbnode scrap config (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington authored and prateek committed Sep 24, 2018
1 parent e202828 commit c593af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/integration-tests/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ scrape_configs:
- targets: ['coordinator01:7203']

- job_name: 'dbnode'
static_configs:
- targets: ['dbnode01:9004']
static_configs:
- targets: ['dbnode01:9004']

remote_read:
- url: http://coordinator01:7201/api/v1/prom/remote/read
Expand Down

0 comments on commit c593af5

Please sign in to comment.