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.etcd
parent
2acefd9a72
commit
96928a2611
|
@ -68,7 +68,7 @@ spec:
|
||||||
password: kitchen
|
password: kitchen
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
url: https://vmselect.victoria-metrics/select/
|
url: http://vmselect.victoria-metrics:8481/select/1/prometheus
|
||||||
|
|
||||||
weather:
|
weather:
|
||||||
metrics:
|
metrics:
|
||||||
|
|
Loading…
Reference in New Issue