Skip to content

Commit

Permalink
Enabling DC2022
Browse files Browse the repository at this point in the history
Uncommented federate-dc job
  • Loading branch information
GilHoggarth authored Aug 11, 2022
1 parent 9741ee6 commit db4787e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions monitor/prometheus/prometheus.yml-template
Original file line number Diff line number Diff line change
Expand Up @@ -325,20 +325,20 @@ 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/'
# Only accessible via explorer2:
proxy_url: 'http://192.168.45.3:3128/'

# static_configs:
# - targets:
Expand Down

0 comments on commit db4787e

Please sign in to comment.