Aliaksandr Valialkin
Aliaksandr Valialkin
1. No. There is a fixed-size buffer per each connection, which prevents from memory overflow. The buffer is flushed before the delay timeout if it becomes full. 2. Requests are...
@vainkop , you can use the following [vmauth](https://docs.victoriametrics.com/vmauth/) config for proxying `/api/v1/*` requests to [tenant](https://docs.victoriametrics.com/cluster-victoriametrics/#multitenancy) `0` at vmselect according to [url format in VictoriaMetrics cluster](https://docs.victoriametrics.com/cluster-victoriametrics/#url-format): ```yaml unauthorized_user: url_map: - src_paths:...
> Label/tag names can't have : in them, but you are allowing them in your regex matching (since you only use the one regex match). The change you made in...
The commit https://github.com/VictoriaMetrics/VictoriaMetrics/commit/fdae53a75b2173c32b673364a4eaf4fb61a21559 has been included in [v1.93.1](https://docs.victoriametrics.com/CHANGELOG.html).
FYI, the fix described [here](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3113#issuecomment-1677825731) has been backported to [v1.87.8 LTS release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.87.8).
> Do we have a way to distinct assisted merge and normal merge by log? VictoriaMetrics logs only merges, which run for longer than 30 seconds, while merges, which take...
BTW, the latest version of VictoriaMetrics - [v1.86.2](https://docs.victoriametrics.com/CHANGELOG.html#v1862) - limits the number of concurrent requests from `vmselect` nodes, so it may help resolving the original issue.
@mactyr , could you check whether the [increase_prometheus](https://docs.victoriametrics.com/MetricsQL.html#increase_prometheus) works in the expected way for your use case?
Closing this issue as done, since it looks like Debian package for VictoriaMetrics already exists -https://packages.debian.org/source/sid/victoriametrics . It is better to work with the package maintainers at Debian side in...
Closing this pull request because of long inactivicty. @zqyzyq , feel free creating new pull request on top of the latest commits in `master` branch if this optimization can be...