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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user