Skip to content

Commit

Permalink
services/nomad/monitoring/prometheus.yml: monitor buildbot metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Sep 28, 2024
1 parent 5fb5ff9 commit fc671e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions services/nomad/monitoring/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,8 @@ scrape_configs:
relabel_configs:
- source_labels: ['__meta_consul_node']
target_label: instance
- job_name: buildbot
consul_sd_configs:
- server: {{ env "NOMAD_HOST_IP_http" }}:8500
datacenter: void
services: ['buildbot-metrics']

0 comments on commit fc671e3

Please sign in to comment.