VictoriaMetrics/lib/promscrape/discovery/yandexcloud
Aliaksandr Valialkin 1905618d10
all: subsitute ioutil.ReadAll with io.ReadAll
ioutil.ReadAll is deprecated since Go1.16 - see https://tip.golang.org/doc/go1.16#ioutil
VictoriaMetrics requires at least Go1.18, so it is OK to switch from ioutil.ReadAll to io.ReadAll.

This is a follow-up for 02ca2342ab
2022-08-22 00:16:04 +03:00
..
api.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +03:00
instance.go lib/promscrape/discovery/yandexcloud: follow-up after 6e5ac32fba 2022-08-04 22:28:21 +03:00
instance_test.go YC service discovery (#2923) 2022-08-04 22:28:20 +03:00
yandexcloud.go lib/promscrape: update links to sd_configs from Prometheus site to https://docs.victoriametrics.com/sd_configs.html 2022-08-15 01:40:48 +03:00