Aliaksandr Valialkin
Aliaksandr Valialkin
It looks like it is impossible to construct a PromQL or [MetricsQL](https://docs.victoriametrics.com/MetricsQL.html) query for selecting time series with identical parts in distinct labels :( There is a need in an...
@v98765 , could you share the contents of the file pointed by `-auth.config`? Substitute sensitive information with star chars before sharing the file.
The config has no route for `/vmui`. Try extending the config to: ```yml users: - username: "1some" password: "demo" url_map: - src_paths: - "/api/v1/query.*" - "/api/v1/label.+" - "/vmui.*" url_prefix: "http://localhost:8428?extra_label=id=1some"...
@dmitryk-dk , could you look into this issue?
[vmauth](https://docs.victoriametrics.com/vmauth.html) should properly open [vmui](https://docs.victoriametrics.com/#vmui) after the commit a296994fed5f392d178a6a38edc1854041653135 . This commit will be included in the next release. In the mean time the bugfix can be tested by building...
FYI, the bugfix for this issue has been included in [VictoriaMetrics v1.79.4 LTS release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.79.4).
[vmauth](https://docs.victoriametrics.com/vmauth.html) should properly handle urls ending with `/` such as `/vmui/` starting from [v1.82.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). Closing the issue as fixed.
@syepes , it is unclear how the `-remoteWrite.queues.processOrphans` should work in the following cases: - `vmagent` runs with a single `-remoteWrite.url` option. Then it restarts with `-remoteWrite.queues.processOrphans` option and two...
@f41gh7 , could you look into this feature request?
@synepolskyi , VictoriaMetrics gained support for [sort_by_label_numeric](https://docs.victoriametrics.com/MetricsQL.html#sort_by_label_numeric) and [sort_by_label_numeric_desc](https://docs.victoriametrics.com/MetricsQL.html#sort_by_label_numeric_desc) functions in the commit b75f1854c55740ca13fc07aca5e93ac8d4c8ca04 . This commit will be included in the next VictoriaMetrics release. In the mean time you...