Skip to content

Commit

Permalink
Commented out dc21 crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
GilHoggarth committed Jan 31, 2022
1 parent 69d7e88 commit 5565d0a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions monitor/prometheus/prometheus.yml-template
Original file line number Diff line number Diff line change
Expand Up @@ -325,24 +325,24 @@ scrape_configs:
- 'crawler06:9191'


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

honor_labels: true
metrics_path: '/federate'
# honor_labels: true
# metrics_path: '/federate'

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

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

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


# - job_name: 'container-metrics'
Expand Down

0 comments on commit 5565d0a

Please sign in to comment.