VictoriaMetrics/lib/promscrape
Roman Khavronenko d677c2a5a6
lib/promscrape/discoveryutils: properly check for net.ErrClosed (#4426)
This error may be wrapped in another error, and should normally be tested using
`errors.Is(err, net.ErrClosed)`.

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit dfe53a36fc)
2023-06-09 10:41:07 +02:00
..
discovery vmagent:scrape config support enable_http2 (#4295) 2023-06-09 10:40:17 +02:00
discoveryutils lib/promscrape/discoveryutils: properly check for net.ErrClosed (#4426) 2023-06-09 10:41:07 +02:00
testdata vmagent:scrape config support enable_http2 (#4295) 2023-06-09 10:40:17 +02:00
client.go app/vmagent: mention enable_http2 in changelog (#4403) 2023-06-09 10:40:24 +02:00
config.go vmagent:scrape config support enable_http2 (#4295) 2023-06-09 10:40:17 +02:00
config_test.go lib/promscrape: do not re-use previously loaded scrape targets on failed attempt to load updated scrape targets at file_sd_configs 2023-04-02 21:11:12 -07:00
config_timing_test.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:23 -08:00
relabel_debug.go app/vmselect: small cleanup after 4f3f9950d0 2023-05-09 22:45:02 -07:00
scraper.go fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
scrapework.go vmagent:scrape config support enable_http2 (#4295) 2023-06-09 10:40:17 +02:00
scrapework_test.go lib/promscrape: fix honor_labels behavior (#3739) 2023-02-01 12:02:04 -08:00
scrapework_timing_test.go lib/promscrape: add exported_ prefix to metric names exported by scrape targets if they clash with automatically generated metrics 2022-11-28 18:37:34 -08:00
statconn.go lib/promscrape: properly show proxy_url option value at /config page 2021-10-26 21:24:22 +03:00
targetstatus.go lib/promscrape: pre-fetch metric_relabel_configs rules when debugging metric relabeling for a particular target 2023-01-05 03:28:14 -08:00
targetstatus.qtpl lib/promscrape: pre-fetch metric_relabel_configs rules when debugging metric relabeling for a particular target 2023-01-05 03:28:14 -08:00
targetstatus.qtpl.go lib/promscrape: pre-fetch metric_relabel_configs rules when debugging metric relabeling for a particular target 2023-01-05 03:28:14 -08:00