Results 11 comments of luosjde

@f41gh7 thank you for your reply. Is it possible to discard data outside of the time range before evaluating the maxSamplesPerQuery limit? In the worst-case scenario, there is only one...

the code doesn't work as expected. if len(servers) == 0 { return nil, nil, errors.New("zk: server list must not be empty") } srvs := make([]string, len(servers)) for i, addr :=...

hi @AndrewChubatiuk thank you for your reply.The detailed configuration for vmagent is as follows: version:v1.96.0 cpu: 18c memory: 16G cluster membersCount: 19 cluster replicationFactor: 1 CPU utilization rate: ![image](https://github.com/VictoriaMetrics/VictoriaMetrics/assets/15179646/259eaa4c-4cb7-4d40-b186-9211da1fea3d) The...

![image](https://github.com/VictoriaMetrics/VictoriaMetrics/assets/15179646/f28ca0b4-0657-4a6e-beca-c465ee0ac759) I have compiled the duration of some reloads, with a total time of about 7 minutes. The shortest duration was 0.002 seconds, and the longest was 1.139 seconds. The...

Is there a plan to merge this PR ?

@hagen1778 I encountered this issue in the production environment. Is there a plan for this PR to be merged ?

> @aluode99 would be also great if you could provide resource requests/limits for your vminsert components. @hagen1778 vminsert resources are as follows: replicas: 6 resource requests: 7c6G resource limits :...

> I'm linking the related commit as it's not mentioned in CHANGELOG. > > [498fe1c](https://github.com/VictoriaMetrics/VictoriaMetrics/commit/498fe1cfa523be5bfecaa372293c3cded85e75ab) > > @aluode99 could you provide the pprof result? @jiekun Sorry, I didn't save pprof....

> Hey @aluode99! Which version of vmagent is this. And how exactly it gets these metrics? Scraped or pushed? If pushed, which protocol it is? @hagen1778 vmagent version is vmagent-20231212-224644-tags-v1.96.0-0-g304fe0565....

> currently, it's possible to specify flag - `-usePromCompatibleNaming` for vmagent: > > ``` > -usePromCompatibleNaming > Whether to replace characters unsupported by Prometheus with underscores in the ingested metric...