VictoriaMetrics/lib/promscrape
Hui Wang d7dd7614eb
fix inconsistent behaviors with prometheus when scraping (#5153)
* fix inconsistent behaviors with prometheus when scraping

1. address https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4959. skip job with wrong syntax in `scrape_configs` with error logs instead of exiting;
2. show error messages on vmagent /targets ui if there are wrong auth configs in `scrape_configs`, previously will print error logs and do scrape without auth header;
3. don't send requests if there are wrong auth configs in:
    1. vmagent remoteWrite;
    2. vmalert datasource/remoteRead/remoteWrite/notifier.

* add changelogs

* address review comments

* fix ut
2023-10-26 08:56:54 +02:00
..
discovery fix inconsistent behaviors with prometheus when scraping (#5153) 2023-10-26 08:56:54 +02:00
discoveryutils fix inconsistent behaviors with prometheus when scraping (#5153) 2023-10-26 08:56:54 +02:00
testdata lib/promscrape: disable support for service discovery and metrics scrape via http2 2023-07-06 16:04:31 -07:00
client.go fix inconsistent behaviors with prometheus when scraping (#5153) 2023-10-26 08:56:54 +02:00
config.go fix inconsistent behaviors with prometheus when scraping (#5153) 2023-10-26 08:56:54 +02:00
config_test.go fix inconsistent behaviors with prometheus when scraping (#5153) 2023-10-26 08:56:54 +02: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 fix inconsistent behaviors with prometheus when scraping (#5153) 2023-10-26 08:56:54 +02:00
scrapework.go fix inconsistent behaviors with prometheus when scraping (#5153) 2023-10-26 08:56:54 +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 Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:25:49 +02:00
targetstatus.go lib/promscrape: follow-up after 6aa50ca954 2023-07-20 21:54:09 -07:00
targetstatus.qtpl lib/promscrape: follow-up after 6aa50ca954 2023-07-20 21:54:09 -07:00
targetstatus.qtpl.go lib/promscrape: follow-up after 6aa50ca954 2023-07-20 21:54:09 -07:00