Anton L

Results 3 issues of Anton L

### Describe the bug When I send metrics to vmagent with shardByURL configured, VMAgent goes to deadlock. ### To Reproduce Start VMAgent ``` vmagent --remoteWrite.url=http://host01,http://host02 --graphiteListenAddr=:2003 --remoteWrite.shardByURL=true ``` send metrics...

bug

I'm using export process metrics as described in the example. ``` metrics.WritePrometheus(w, true) ``` and the timing metrics use a Prometheus type histogram with `le` instead of a VM type...

question

Hi! Our bioyino cluster consumes a lot of resources from each host. Probably, the cluster node will run out of resources soon. Are there any plans to shard the collected...