From 148972fa508d7fe5b5cb09f6cf19815a5d3e6d61 Mon Sep 17 00:00:00 2001 From: Russ <8377044+rdubrock@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:47:39 -0800 Subject: [PATCH] skip interpolating multihttp variables into the metric names --- internal/prober/multihttp/script.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/prober/multihttp/script.tmpl b/internal/prober/multihttp/script.tmpl index 7cbe357af..1f1e17987 100644 --- a/internal/prober/multihttp/script.tmpl +++ b/internal/prober/multihttp/script.tmpl @@ -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 }}