VictoriaMetrics/lib/promscrape/discovery/openstack
Aliaksandr Valialkin 1f89278d88
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:37 +03:00
..
api.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:37 +03:00
auth.go app/{vminsert,vmagent}: hide passwords and auth tokens by default at /config page 2021-11-05 14:41:16 +02:00
auth_test.go app/{vminsert,vmagent}: hide passwords and auth tokens by default at /config page 2021-11-05 14:41:16 +02:00
hypervisor.go lib/promscrape/discovery/openstack: code prettifying after cbe3cf683b 2020-10-05 18:11:55 +03:00
hypervisor_test.go Adds openstack sd (#811) 2020-10-05 16:45:33 +03:00
instance.go fixes all_tenants query option usage for openstack service discovery (#2184) 2022-02-14 13:07:30 +02:00
instance_test.go lib/promscrape/discovery/openstack: code prettifying after cbe3cf683b 2020-10-05 18:11:55 +03:00
openstack.go lib/promscrape: update links to sd_configs from Prometheus site to https://docs.victoriametrics.com/sd_configs.html 2022-08-15 01:40:20 +03:00