In my cluster(s) I deploy VictoriaMetrics stack (a Prometheus equivalent) which exposes an endpoint for querying metrics using Prometheus-compatible API on a sub-path within the HTTP Service. In Lens, for example, I specify the following to display metrics:
Hi,
In my cluster(s) I deploy VictoriaMetrics stack (a Prometheus equivalent) which exposes an endpoint for querying metrics using Prometheus-compatible API on a sub-path within the HTTP Service. In Lens, for example, I specify the following to display metrics:
vmstack/vmselect-vmstack-victoria-metrics-k8s-stack:8481//select/0/prometheus
Trying to enter such string into the Headlamp setting called "Prometheus Service Address", it displays an error below the field:
Invalid format. Use: namespace/service-name:port
If I just enter this:
vmstack/vmselect-vmstack-victoria-metrics-k8s-stack:8481
...it of course doesn't work.
Would it be possible to enable specifying the sub-path in this field too?