Skip to content

Commit

Permalink
feat: fix prometheus scrape target
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanant committed Aug 25, 2022
1 parent 97505e7 commit 8f54eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ scrape_configs:
- targets: ['vmselect:8481']
- job_name: 'vmstorage'
static_configs:
- targets: ['vmstorage-1:8482']
- targets: ['vmstorage:8482']

0 comments on commit 8f54eb1

Please sign in to comment.