We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c151c commit bf4e38dCopy full SHA for bf4e38d
services/nomad/monitoring/prometheus.yml
@@ -268,3 +268,8 @@ scrape_configs:
268
relabel_configs:
269
- source_labels: ['__meta_consul_node']
270
target_label: instance
271
+ - job_name: buildbot
272
+ consul_sd_configs:
273
+ - server: {{ env "NOMAD_HOST_IP_http" }}:8500
274
+ datacenter: void
275
+ services: ['buildbot-metrics']
0 commit comments