Aliaksandr Valialkin
Aliaksandr Valialkin
@f41gh7 , is this feature request still relevant? If yes, then could you discuss how to implement it with @zekker6 ?
The next version of VictoriaMetrics will contain improved logic for data re-routing in the event if some of vmstorage nodes are temporarily unavailable or if some of vmstorage nodes temporarily...
FYI, the improvements mentioned at https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1337#issuecomment-1031538669 have been integrated into [VictoriaMetrics v1.73.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases).
@jquick , @bhavith , could you upgrade to [the latest release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest) and see whether it fixes the issues seen in old releases? There were [many fixes and improvements at vmstorage](https://docs.victoriametrics.com/CHANGELOG.html)...
[/api/v1/import/csv](https://docs.victoriametrics.com/#how-to-import-csv-data) imports data in streaming manner, e.g. it reads the input in small chunks, parses them and immediately adds the parsed [raw samples](https://docs.victoriametrics.com/keyconcepts/#raw-samples) into database. This allows pushing unlimited amounts...
@Haleygo , could you look at this issue?
The mentioned bugfix works when `-dedup.minScrapeInterval` equals to the real scrape interval. It doesn't work if `-dedup.minScrapeInterval` doesn't match the real scrape interval as in the case above (15s vs...
Both `vmagent` and VictoriaMetrics accept data in a streaming mode via [all the supported data ingestion Protocols](https://victoriametrics.github.io/#how-to-import-time-series-data). This means that it is possible to open a single connection and to...
It is recommended increasing the write timeout on Telegraf side to much higher value, so it could wait until `vmagent` processes load spikes. It is also recommended reducing `-maxConcurrentInserts` at...
I think the way to go is to add support for optional `disable_streaming=1` query arg to [InfluxDB http-based data ingestion API](https://docs.victoriametrics.com/#how-to-send-data-from-influxdb-compatible-agents-such-as-telegraf). If this query arg is set, then vmagent must...