Zakhar Bessarab

Results 75 comments of Zakhar Bessarab

Based on time needed to upload files it looks like connection is not very stable, and it needs to run a lot of retries before upload succeeds. We will test...

After adding #3156 we haven't received new reports of this or similar issues happening. Going to close this one, feel free to reopen if it will become reproducible with latest...

#### Querying API In order to implement multi-tenancy querying support I would suggest adding a new API endpoint for vmselect: `/select/multitenant/` This endpoint will accept all parameters which `/select/{tenant}/` accepts...

After a discussion it was decided to specify tenants to be used in query in a way @valyala suggested in [comment](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1434#issuecomment-2039637280) above: by specifying `vm_account_id` and/or `vm_project_id` filters in query...

vmbackupmanager always uses UTC timezone to create a backup folder name in order to ensure it will be consistent so this behavior is expected. Should we update the vmbackupmanager to...

@LordDashMe Thanks for review, implemented this. It allows to specify hex code for color. [![test](https://gh-stats.zekker-dev.tk/?username=zekker6&theme=dark)](https://gh-stats.zekker-dev.tk/?username=zekker6&theme=dark) `backgroundFill: fff` [![test](https://gh-stats.zekker-dev.tk/?username=zekker6&theme=dark&backgroundFill=fff)](https://gh-stats.zekker-dev.tk/?username=zekker6&theme=dark)

@LordDashMe Just a reminder this one needs some review and probably merge if it looks good to you

Hello @jdsanclemente Could you elaborate on what is your write path configuration? It seems like these metrics can either be scraped by mulitiple vmagent instances (for example running in [HA...

@jdsanclemente In order to fix that you need to: 1. Remove `prometheus_replica` label by using [relabeling](https://docs.victoriametrics.com/relabeling/) 2. Enable [deduplication](https://docs.victoriametrics.com/single-server-victoriametrics/#deduplication) to enforce storing of 1 copy of each sample scraped by...

@jinlongwang Could you also provide a `go build` command which you're using to create a build? As far as I can see based on the shared command, you're using gcc...