Revert "follow-up after bdf9f4669a (#2803)"

This reverts commit ec5d3253ff, because there was a similar commit already - 119dc333e1
This commit is contained in:
Aliaksandr Valialkin 2022-06-30 13:54:23 +03:00
parent 119dc333e1
commit 836c19f7ba
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -54,7 +54,6 @@ scrape_configs:
* BUGFIX: [vmagent](https://docs.victoriametrics.com/vmagent.html): properly reload changed `-promscrape.config` file when `-promscrape.configCheckInterval` option is set. The changed config file wasn't reloaded in this case since [v1.69.0](#v1690). See [this pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2786). Thanks to @ttyv for the fix.
* BUGFIX: [VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html): assume that the response is complete if `-search.denyPartialResponse` is enabled and up to `-replicationFactor - 1` `vmstorage` nodes are unavailable. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1767).
* BUGFIX: [vmselect](https://docs.victoriametrics.com/#vmselect): update `vm_partial_results_total` metric labels to be consistent with `vm_requests_total` labels.
* BUGFIX: [vmagent](https://docs.victoriametrics.com/vmagent.html): correctly update `scrape_configs` when `-promscrape.configCheckInterval` is configured. Thanks @ttyv for [the pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2786).
## [v1.78.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.78.0)