Skip to content

Commit 087fd7f

Browse files
authored
Merge pull request #112 from m-lab/sandbox-scrape-target
Fixes an invalid scrape target URL for the snmp_exporter.
2 parents 9883b96 + a446a74 commit 087fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/federation/prometheus/prometheus.yml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ scrape_configs:
292292
- job_name: 'snmp-exporter'
293293
static_configs:
294294
- targets:
295-
- snmp-exporter.{{PROJECT}}.measurementlab.net:9116/metrics
295+
- snmp-exporter.{{PROJECT}}.measurementlab.net:9116
296296

297297

298298
# Scrape config for federation.

0 commit comments

Comments
 (0)