Aliaksandr Valialkin
|
8a07621a0c
|
lib/promscrape: disable support for service discovery and metrics scrape via http2
Reasons for disabling http2:
- http2 is used very rarely comparing to http for Prometheus metrics exposition and service discovery
- http2 is much harder to debug than http
- http2 has very bad security record because of its complexity - see https://portswigger.net/research/http2
VictoriaMetrics components are compiled with nethttpomithttp2 tag because of these issues.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4283
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4274
This is a follow-up for 72c3cd47eb
|
2023-07-06 16:03:37 -07:00 |
|
Haleygo
|
72c3cd47eb
|
vmagent:scrape config support enable_http2 (#4295)
app/vmagent: support `enable_http2` in scrape config
This change adds HTTP2 support for scrape config
and improves compatibility with Prometheus config.
See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4283
|
2023-06-05 15:56:49 +02:00 |
|
Haleygo
|
b3d0ff463a
|
vmagent:support follow_redirects on SD level (#4286)
* vmagent:support follow_redirects on SD level
* fix follow_redirects on sd level
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4282
|
2023-05-26 09:39:45 +02:00 |
|
Nikolay
|
729c4eeb9c
|
adds digital ocean sd (#1376)
* adds digital ocean sd config
* adds digital ocean sd
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1367
* typo fix
|
2021-06-14 13:15:04 +03:00 |
|