From 96928a26118c68135427bbf4c24928473f77a5fc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 20 Feb 2024 20:07:39 -0600 Subject: [PATCH] kitchen: Fix weather metrics API URI Apparently, I never bothered to check that the Kitchen HUD server was actually fetching data from Victoria Metrics when I updated it before; I only verified that the Unauthorized errors in the `vmselect` log went away. They did, but only because now the Kitchen server was failing to contact `vmselect` at all. --- kitchen/secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen/secrets.yaml b/kitchen/secrets.yaml index 05a1184..f40aec5 100644 --- a/kitchen/secrets.yaml +++ b/kitchen/secrets.yaml @@ -68,7 +68,7 @@ spec: password: kitchen metrics: - url: https://vmselect.victoria-metrics/select/ + url: http://vmselect.victoria-metrics:8481/select/1/prometheus weather: metrics: