diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a5b46..f100af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to vmgather are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and versions adhere to semantic versioning. + +### Fixed +- Fix incorrect url format example to connect `vmselect`. See [#18](https://github.com/VictoriaMetrics/vmgather/issues/18). + ## [v1.5.0] - 2025-12-12 ### Added diff --git a/internal/server/static/index.html b/internal/server/static/index.html index 9d95bc1..0dc4fd3 100644 --- a/internal/server/static/index.html +++ b/internal/server/static/index.html @@ -924,7 +924,7 @@

VictoriaMetrics Connection

[OK] Format 1: Base URL (simple)

-
http://vmselect:8481
+
http://vmselect:8481/select/0/prometheus
http://vmsingle:18428
http://localhost:18428
https://victoria-metrics.example.com
@@ -933,7 +933,7 @@

[OK] Format 1: Base URL (simple)Format 2: With Tenant ID in path

https://vm.example.com/1011
-
http://vmselect:8481/select/0/prometheus
+
http://vmselect:8481/select/123/prometheus
http://vmauth:8427/select/123/prometheus
https://vm.example.com/1011/ui/prometheus/api/v1/query?query=sum(1)