Aliaksandr Valialkin

Results 645 comments of Aliaksandr Valialkin

FYI, the commit 463ea6897b2e9c700b6de07b8f0f6601b867b6ff adds `-search.maxPointsSubqueryPerTimeseries` command-line flag for limiting the number of points, which can be generated per each matching time series during [subquery](https://docs.victoriametrics.com/MetricsQL.html#subqueries) execution. This is documented in...

The `-search.maxPointsSubqueryPerTimeseries` command-line flag is available starting from [VictoriaMetrics v1.81.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). Closing the feature request as done. > One minor suggestion: I notice that when I exceed either of these limits,...

@mactyr , the commit 4415c71a2b04cfa6d493616dd829a6e0aecbc1eb puts the correct flag name in error log message when one of `-search.maxPointsPerTimeseries` or `-search.maxPointsSubqueryPerTimeseries` limits are exceeded. This commit will be included in the...

It looks like the issue is related to background merge, which can start when there is no free disk space - https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2603 . Temporary workaround: to increase `-storage.minFreeDiskSpaceBytes` to bigger...

FYI, the issue must be addressed in the commit a0e7432e4248405440675bde3b98554f4aa73a81 , which has been included in [v1.81.0](https://docs.victoriametrics.com/CHANGELOG.html#v1810).

@lstday , could you check whether this issue exists in [v1.72.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases)?

It looks like the graphs above are obtained from vmui v1.72.0, since vmui v1.73.0 should have different format for `y` axis numbers on the left side of the graph. @lstday...

This pull request increases VictoriaMetrics binary size from 19MB to 29MB, e.g. by around 50%. This is too big price to pay for the inclusion of OpenTelemetry-compatible JSON and protobuf...

Spikes in space usage are usually related to [background merge](https://docs.victoriametrics.com/#storage) of smaller parts into bigger parts. VictoriaMetrics merges source parts into a new destination part. When the merge is complete,...

> what should I specify to get more log output? There is no way to get more logs from `vmagent`, since the default `loggerLevel` value is set to `INFO` :(...