Skip to content

Commit

Permalink
Merge pull request #16 from anjackson/master
Browse files Browse the repository at this point in the history
Add DC monitoring config.
  • Loading branch information
GilHoggarth authored Sep 9, 2020
2 parents 8b17930 + ccf86e0 commit b8d3e7e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions monitor/prometheus/prometheus.yml-template
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,26 @@ scrape_configs:
- 'crawler05:9191'


- job_name: 'federate-dc'
scrape_interval: 30s

honor_labels: true
metrics_path: '/federate'

params:
'match[]':
- '{job="npld-heritrix-workers"}'
- '{job="kafka"}'

# Only accessible via explorer2:
proxy_url: '192.168.45.3:3128'

static_configs:
- targets:
- 'crawler07.bl.uk:9191'



# - job_name: 'container-metrics'
# static_configs:
# - targets: ['access:8389', 'ingest:8389']
Expand Down

0 comments on commit b8d3e7e

Please sign in to comment.