Remove redundant quotes
This commit is contained in:
parent
64f5763571
commit
b0347fc037
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ scrape_configs:
|
|||
- target_label: __address__
|
||||
replacement: blackbox-external:9115
|
||||
- source_labels: [instance]
|
||||
regex: "https?://([^/]+)/?.*"
|
||||
regex: https?://([^/]+)/?.*
|
||||
target_label: hostname
|
||||
|
||||
- job_name: blackbox_icmp
|
||||
|
|
Loading…
Reference in a new issue