Skip to content

Commit

Permalink
skip interpolating multihttp variables into the metric names
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubrock committed Apr 15, 2024
1 parent d5183d3 commit 148972f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/prober/multihttp/script.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function() {
// TODO(mem): build params out of options for the check
tags: {
name: '{{ $idx }}', // TODO(mem): give the user some control over this?
__raw_url__: url.toString(),
__raw_url__: {{ .Request.Url }},
},
redirects: 0{{ if gt (len $headers) 0 }},
headers: {{ $headers }}{{ end }}
Expand Down

0 comments on commit 148972f

Please sign in to comment.