Aliaksandr Valialkin

Results 630 comments of Aliaksandr Valialkin

The commit f392913d0053a3d58a75614904a3d776d89ef1e7 should properly shutdown all the pending requests to Consul when the [consul_sd_configs](https://docs.victoriametrics.com/sd_configs.html#consul_sd_configs) is changed. @zekker6 , could you verify whether it works as expected and fix issues,...

vmagent and single-node VictoriaMetrics should properly free up resources occupied by the previous `consul_sd_configs` configs on config update starting from [the release v1.86.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). Closing the issue as fixed. @wf1nder ,...

@wf1nder , the commit 322d96bfe5ecc3dbb1a7149f8741c3b869486ce1 contains all the fixes mentioned above. Could you try the Docker image `docker.io/victoriametrics/vmagent:heads-public-single-node-0-g322d96bfe` built from this commit?

@wf1nder , could you try [vmagent v1.86.2](https://github.com/VictoriaMetrics/VictoriaMetrics/releases)? It includes all the fixes mentioned above.

FYI, `vmalert` should use lower amounts of RAM and CPU starting from [v1.85.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases).

The commit 88597f187ba650bd1d4a107bbd266db6ea1eeb76 makes the `host` label optional in [DataDog data ingestion protocol](https://docs.victoriametrics.com/#how-to-send-data-from-datadog-agent). @sushovan23 , could you build `vmagent` from this commit according to [these instructions](https://docs.victoriametrics.com/vmagent.html#how-to-build-from-sources) and verify whether it...

FYI, `vmagent` and single-node VictoriaMetrics should accept DataDog data ingestion requests without `host` label starting from [v1.85.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). @sushovan23 , could you verify whether this fixes the initial issue?

It has been appeared that [json.Unmarshal](https://pkg.go.dev/encoding/json#Unmarshal) doesn't reset previous field values (such as `Series.Host`) when the currently parsed message has no these fields. So field values from the previously parsed...

@sushovan23 , it is better to test the bugfix included in [v1.85.1](https://github.com/VictoriaMetrics/VictoriaMetrics/releases), since `v1.85.0` contains incomplete bugfix. If everything works as expected, then, please, close this issue as fixed.

The bugfix for this issue has been included in [v1.79.7 LTS release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.79.7) too.