Aliaksandr Valialkin

Results 624 comments of Aliaksandr Valialkin

FYI, the `in(*)` syntax is supported by VictoriaLogs starting from [v1.15.0-victorialogs](https://docs.victoriametrics.com/victorialogs/changelog/).

The conversation above shows that it is too hard (almost impossible to an average user) to put the `$var` into the correct context inside [LogsQL query](https://docs.victoriametrics.com/victorialogs/logsql/), since even VictoriaLogs developers...

It would be great also to see the initial configuration for the scheme with Prometheus agents, in order to make sure the scheme with vmagent instances works in the same...

Iterators may be slower than `append*()` functions. They are also harder to understand and debug.

Sure - https://valyala.medium.com/go-evolves-in-the-wrong-direction-7dfda8a1a620

@ptimofee , please read [these docs](https://docs.victoriametrics.com/vmauth/#modifying-http-headers) on how to use backend host header in requests to backend (just specify an empty `Host` header there). This functionality will be available in...

The issue is that the port is automatically added to scrape url if it is missing there. This port shouldn't be added there, while the port should be still added...

@jiekun , could you return back adding the missing port to `__address__` label, while skipping the automatic addition of the missing port to the scrape url? Don't forget removing the...

See the related issue - https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3113

Thanks for the idea, @perriea ! Could you provide more context where this may be necessary? Probably it is possible to point VictoriaMetrics (via `-storageDataPath`) to a directory mounted from...