Skip to content

Commit

Permalink
add spv servers
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoshenka committed Jan 23, 2020
1 parent 5963b73 commit ab4aeb8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deployments/docker/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ scrape_configs:
- job_name: 'blob-cache'
static_configs:
- targets: ['reflector.lbry.com:2112']
- job_name: 'spv'
static_configs:
- targets:
- 'spv1.lbry.com:2112'
- 'spv2.lbry.com:2112'
- 'spv3.lbry.com:2112'
- 'spv4.lbry.com:2112'
- 'spv5.lbry.com:2112'
- 'spv6.lbry.com:2112'
- 'spv7.lbry.com:2112'
- 'spv8.lbry.com:2112'
- 'spv9.lbry.com:2112'
- 'spv25.lbry.com:2112'
- 'spv26.lbry.com:2112'

0 comments on commit ab4aeb8

Please sign in to comment.